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

added a number of extensions

parent 07b9bd93
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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']