Skip to content

Commit

Permalink
pep8 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHancock committed Oct 5, 2021
1 parent ebfef1e commit 879701f
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.mathjax',
'sphinx.ext.viewcode',
'numpydoc',
'myst_parser']
'sphinx.ext.mathjax',
'sphinx.ext.viewcode',
'numpydoc',
'myst_parser']

# config numpydoc to not use autosummary
numpydoc_show_class_members = False
Expand All @@ -46,8 +46,8 @@
# You can specify multiple suffix as a list of string:
#
# source_suffix = ['.rst', '.md']
source_suffix = {'.rst':'restructuredtext',
'.md':'markdown'}
source_suffix = {'.rst': 'restructuredtext',
'.md': 'markdown'}

# The master toctree document.
master_doc = 'index'
Expand Down Expand Up @@ -159,6 +159,3 @@
author, 'AegeanTools', 'One line description of project.',
'Miscellaneous'),
]



0 comments on commit 879701f

Please sign in to comment.