From 47bf3d9667c4a5835bb20138a082e43db6df3a6f Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Thu, 15 Feb 2024 09:32:44 +0100 Subject: [PATCH] revert --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 497bd09..c426b6e 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -61,7 +61,7 @@ # Sphinx extensions extensions = [ "notfound.extension", # for the not found page. - # "numpydoc", + "numpydoc", "autoapi.extension", "sphinx.ext.intersphinx", "sphinx_copybutton",