diff --git a/docs/conf.py b/docs/conf.py index 5dc7c8db..5a6825df 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -41,7 +41,7 @@ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = ['sphinx.ext.autodoc', - 'numpydoc', + 'sphinx.ext.napoleon', 'sphinx.ext.coverage', 'sphinx.ext.mathjax', 'sphinx.ext.viewcode', @@ -119,7 +119,10 @@ # -- Options for numpydoc ------------------------------------------ -numpydoc_show_class_members = False +#numpydoc_show_class_members = False +napoleon_google_docstring = False +napoleon_use_param = False +napoleon_use_ivar = True # -- Options for LaTeX output ---------------------------------------------