Skip to content

Commit

Permalink
More PEP8 nonsense on a config file
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanheerdegen committed May 13, 2020
1 parent 2f6b570 commit 27afcbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

# Sphinx setup
#needs_sphinx = '1.0'
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.ifconfig',
'sphinx.ext.viewcode',
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.ifconfig',
'sphinx.ext.viewcode',
'sphinx.ext.autosectionlabel']
autosectionlabel_maxdepth = 2
templates_path = ['_templates']
Expand Down

0 comments on commit 27afcbd

Please sign in to comment.