Skip to content

Commit

Permalink
MAINT: Manage sphinx extensions (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfahlberg authored Dec 4, 2024
1 parent d7321e2 commit b8af64d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,16 @@

# Sphinx extensions
extensions = [
"numpydoc",
"sphinx.ext.autodoc",
"sphinx.ext.autosummary",
"numpydoc",
"sphinx.ext.coverage",
"sphinx.ext.doctest",
"sphinx.ext.extlinks",
"sphinx.ext.intersphinx",
"sphinx_copybutton",
"sphinx_gallery.gen_gallery",
"sphinxcontrib.images",
"ansys_sphinx_theme.extension.linkcode",
]

# Intersphinx mapping
Expand Down

0 comments on commit b8af64d

Please sign in to comment.