We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9ebc2 commit 2bade87Copy full SHA for 2bade87
docs/conf.py
@@ -89,7 +89,8 @@ def setup(app):
89
# Add any Sphinx extension module names here, as strings. They can be extensions
90
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
91
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.todo',
92
- 'sphinx.ext.coverage', 'sphinx.ext.imgmath', 'sphinx.ext.autosummary', 'numpydoc']
+ 'sphinx.ext.coverage', 'sphinx.ext.imgmath', 'sphinx.ext.autosummary',
93
+ 'sphinx.ext.napoleon']
94
95
# Add any paths that contain templates here, relative to this directory.
96
templates_path = ['_templates']
0 commit comments