Skip to content

Commit 5087d89

Browse files
committed
Remove numpydoc and use napolean only
1 parent 3ac183c commit 5087d89

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

ci/doc.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ dependencies:
99
- sphinx-design
1010
- sphinx-copybutton
1111
- sphinx-autosummary-accessors
12-
- numpydoc
1312
- ipython
1413
- ipykernel
1514
- ipywidgets

docs/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@
2525
"sphinx.ext.doctest",
2626
"sphinx.ext.intersphinx",
2727
"sphinx.ext.extlinks",
28-
"numpydoc",
28+
"sphinx.ext.napoleon",
2929
"sphinx_autosummary_accessors",
3030
"IPython.sphinxext.ipython_directive",
31-
"sphinx.ext.napoleon",
3231
"myst_nb",
3332
# "nbsphinx",
3433
"sphinx_copybutton",

0 commit comments

Comments
 (0)