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