From 6f3bfc3e226228d2e8374c887c2ea7c9a5d588d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorena=20Calvo=20Bartolom=C3=A9?= <100330717@alumnos.uc3m.es> Date: Tue, 12 Sep 2023 15:16:02 +0200 Subject: [PATCH] Fixed problem in conf. --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 9134fc9..eb40558 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -31,7 +31,7 @@ # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = ['sphinx.ext.autosummary', 'rinoh.frontend.sphinx', 'sphinx.ext.todo', 'sphinx.ext.viewcode', 'sphinx.ext.autodoc' ,'sphinx.ext.napoleon' +extensions = ['sphinx.ext.autosummary', 'sphinx.ext.todo', 'sphinx.ext.viewcode', 'sphinx.ext.autodoc' ,'sphinx.ext.napoleon' ] # Autodoc settings