Skip to content

Commit

Permalink
Adjust sphinx conf module header
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Mar 11, 2020
1 parent 51b9549 commit 9014d5f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#! /usr/bin/env python3
# Requires Python 3.6+
# pylint: disable=invalid-name
"""Configuration of Sphinx documentation generator."""

extensions = [
'sphinx.ext.autodoc',
Expand Down

0 comments on commit 9014d5f

Please sign in to comment.