diff --git a/doc/source/conf.py b/doc/source/conf.py index ffc3e0c634b3c18081f474c68192d11866962372..3a4524337e0f23ce316a63680c317bd2c556b1ff 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -33,8 +33,15 @@ release = csst.__version__ # ones. extensions = [ "sphinx.ext.autodoc", + 'sphinx.ext.imgmath', + 'numpydoc', + 'sphinx.ext.autosummary', + 'sphinx.ext.coverage', + 'sphinx.ext.intersphinx', + 'sphinx_gallery.gen_gallery' ] + # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']