Skip to content

Commit 2bade87

Browse files
committed
Switch to using napoleon with sphinx
1 parent 1f9ebc2 commit 2bade87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ def setup(app):
8989
# Add any Sphinx extension module names here, as strings. They can be extensions
9090
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
9191
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.todo',
92-
'sphinx.ext.coverage', 'sphinx.ext.imgmath', 'sphinx.ext.autosummary', 'numpydoc']
92+
'sphinx.ext.coverage', 'sphinx.ext.imgmath', 'sphinx.ext.autosummary',
93+
'sphinx.ext.napoleon']
9394

9495
# Add any paths that contain templates here, relative to this directory.
9596
templates_path = ['_templates']

0 commit comments

Comments
 (0)