From 879701f02c8f7306399cdc1425b30d65f92d202c Mon Sep 17 00:00:00 2001 From: PaulHancock Date: Tue, 5 Oct 2021 10:50:32 +0800 Subject: [PATCH] pep8 changes --- doc/conf.py | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 9665e130..716581f1 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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 @@ -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' @@ -159,6 +159,3 @@ author, 'AegeanTools', 'One line description of project.', 'Miscellaneous'), ] - - -