We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb6533 commit f9eff6cCopy full SHA for f9eff6c
docs/requirements.txt
@@ -1,6 +1,5 @@
1
sphinx>=3.0
2
sphinx_rtd_theme
3
-sphinxcontrib-napoleon
4
sphinx_autodoc_typehints
5
sphinx_click
6
numpydoc
docs/source/conf.py
@@ -40,7 +40,7 @@
40
extensions = [
41
"sphinx.ext.autodoc",
42
"sphinx_rtd_theme",
43
- "sphinxcontrib.napoleon",
+ "sphinx.ext.napoleon",
44
"sphinx_autodoc_typehints",
45
"sphinx_click",
46
]
0 commit comments