From b9182720c71487bb0d2599c09c907802d478d7d8 Mon Sep 17 00:00:00 2001 From: Bo Zhang Date: Wed, 2 Mar 2022 17:05:31 +0800 Subject: [PATCH] added a number of extensions --- doc/source/conf.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index ffc3e0c..3a45243 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'] -- GitLab