Skip to content

Commit 2ac74e5

Browse files
authored
Merge pull request #376 from OriolAbril/docstring_examples
fix docstring example rendering
2 parents f6fd97c + cd181dc commit 2ac74e5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,9 @@
5252
"sphinx.ext.viewcode",
5353
"sphinx.ext.mathjax",
5454
"sphinx.ext.intersphinx",
55-
# "sphinx.ext.napoleon",
55+
"sphinx.ext.napoleon",
5656
"sphinx_autodoc_typehints",
5757
# extensions provided by other packages
58-
"numpydoc",
5958
"sphinxcontrib.bibtex",
6059
"matplotlib.sphinxext.plot_directive", # needed to plot in docstrings
6160
"myst_nb",

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ docs = [
6666
"sphinxcontrib-bibtex",
6767
"sphinx-notfound-page",
6868
"ipywidgets",
69-
"numpydoc",
7069
"sphinx-design",
7170
]
7271
lint = ["interrogate", "pre-commit", "ruff"]

0 commit comments

Comments
 (0)