Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
caokai1073 committed May 12, 2022
1 parent b80b6fb commit ac9a45f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,17 @@
# -- General configuration

extensions = [
'sphinx.ext.duration',
'sphinx.ext.doctest',
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.intersphinx',
'sphinx.ext.doctest',
'sphinx.ext.viewcode',
'sphinx_markdown_tables',
'sphinx.ext.coverage',
'sphinx.ext.mathjax',
'sphinx.ext.napoleon',
'sphinx.ext.autosummary',
'sphinx_autodoc_typehints',
'sphinx_copybutton',
'nbsphinx',
'myst_parser',
]
Expand Down

0 comments on commit ac9a45f

Please sign in to comment.