Skip to content

Commit f9eff6c

Browse files
committed
depricate sphinxcontrib-napoleon use sphinx.ext.napoleon instead
1 parent 1bb6533 commit f9eff6c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
sphinx>=3.0
22
sphinx_rtd_theme
3-
sphinxcontrib-napoleon
43
sphinx_autodoc_typehints
54
sphinx_click
65
numpydoc

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
extensions = [
4141
"sphinx.ext.autodoc",
4242
"sphinx_rtd_theme",
43-
"sphinxcontrib.napoleon",
43+
"sphinx.ext.napoleon",
4444
"sphinx_autodoc_typehints",
4545
"sphinx_click",
4646
]

0 commit comments

Comments
 (0)