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.
1 parent 3ac183c commit 5087d89Copy full SHA for 5087d89
ci/doc.yml
@@ -9,7 +9,6 @@ dependencies:
9
- sphinx-design
10
- sphinx-copybutton
11
- sphinx-autosummary-accessors
12
- - numpydoc
13
- ipython
14
- ipykernel
15
- ipywidgets
docs/conf.py
@@ -25,10 +25,9 @@
25
"sphinx.ext.doctest",
26
"sphinx.ext.intersphinx",
27
"sphinx.ext.extlinks",
28
- "numpydoc",
+ "sphinx.ext.napoleon",
29
"sphinx_autosummary_accessors",
30
"IPython.sphinxext.ipython_directive",
31
- "sphinx.ext.napoleon",
32
"myst_nb",
33
# "nbsphinx",
34
"sphinx_copybutton",
0 commit comments