Commit b9182720 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

added a number of extensions

parent 07b9bd93
...@@ -33,8 +33,15 @@ release = csst.__version__ ...@@ -33,8 +33,15 @@ release = csst.__version__
# ones. # ones.
extensions = [ extensions = [
"sphinx.ext.autodoc", "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. # Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates'] templates_path = ['_templates']
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment