From b8af64dcb7ecdac2eb3f7a7ba72ad4d48065eeb0 Mon Sep 17 00:00:00 2001 From: Ronny Fahlberg <86288939+rfahlberg@users.noreply.github.com> Date: Wed, 4 Dec 2024 14:34:42 +0100 Subject: [PATCH] MAINT: Manage sphinx extensions (#372) --- doc/source/conf.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 9c7bd1c7a..4150725cd 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -21,13 +21,16 @@ # Sphinx extensions extensions = [ + "numpydoc", "sphinx.ext.autodoc", "sphinx.ext.autosummary", - "numpydoc", + "sphinx.ext.coverage", + "sphinx.ext.doctest", + "sphinx.ext.extlinks", "sphinx.ext.intersphinx", "sphinx_copybutton", "sphinx_gallery.gen_gallery", - "sphinxcontrib.images", + "ansys_sphinx_theme.extension.linkcode", ] # Intersphinx mapping