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 f6fd97c commit cd181dcCopy full SHA for cd181dc
docs/source/conf.py
@@ -52,10 +52,9 @@
52
"sphinx.ext.viewcode",
53
"sphinx.ext.mathjax",
54
"sphinx.ext.intersphinx",
55
- # "sphinx.ext.napoleon",
+ "sphinx.ext.napoleon",
56
"sphinx_autodoc_typehints",
57
# extensions provided by other packages
58
- "numpydoc",
59
"sphinxcontrib.bibtex",
60
"matplotlib.sphinxext.plot_directive", # needed to plot in docstrings
61
"myst_nb",
pyproject.toml
@@ -66,7 +66,6 @@ docs = [
66
"sphinxcontrib-bibtex",
67
"sphinx-notfound-page",
68
"ipywidgets",
69
70
"sphinx-design",
71
]
72
lint = ["interrogate", "pre-commit", "ruff"]
0 commit comments