From cd181dc20974ec46de611d70658974fc0d2ecb40 Mon Sep 17 00:00:00 2001 From: "Oriol (ProDesk)" Date: Wed, 26 Jun 2024 17:12:24 +0200 Subject: [PATCH] fix docstring example rendering --- docs/source/conf.py | 3 +-- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 2326ec86..a33611d9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -52,10 +52,9 @@ "sphinx.ext.viewcode", "sphinx.ext.mathjax", "sphinx.ext.intersphinx", - # "sphinx.ext.napoleon", + "sphinx.ext.napoleon", "sphinx_autodoc_typehints", # extensions provided by other packages - "numpydoc", "sphinxcontrib.bibtex", "matplotlib.sphinxext.plot_directive", # needed to plot in docstrings "myst_nb", diff --git a/pyproject.toml b/pyproject.toml index 57b4e279..e074fb9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,6 @@ docs = [ "sphinxcontrib-bibtex", "sphinx-notfound-page", "ipywidgets", - "numpydoc", "sphinx-design", ] lint = ["interrogate", "pre-commit", "ruff"]