Skip to content

Commit

Permalink
Fixed line length of conf file that PEP8 decided was too long
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanheerdegen committed May 13, 2020
1 parent 2734bb9 commit 2f6b570
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@

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

0 comments on commit 2f6b570

Please sign in to comment.