We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79bf767 + 3e9fd4a commit 3cb06e4Copy full SHA for 3cb06e4
docs/requirements.txt
@@ -1,3 +1,2 @@
1
Sphinx==4.5.0
2
-sphinxcontrib-napoleon==0.7
3
sphinx-rtd-theme==0.5.1
docs/source/conf.py
@@ -29,7 +29,7 @@
29
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
30
# ones.
31
extensions = [
32
- 'sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinxcontrib.napoleon'
+ 'sphinx.ext.autodoc', 'sphinx.ext.viewcode', 'sphinx.ext.napoleon'
33
]
34
35
# Add any paths that contain templates here, relative to this directory.
0 commit comments