Skip to content

Commit

Permalink
Adjust sphinx extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
TomLaclavere committed Dec 6, 2024
1 parent a51502e commit c47deb5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sphinx_documentation/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@

extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.doctest",
"sphinx.ext.intersphinx",
"sphinx.ext.napoleon",
"sphinx.ext.viewcode",
"sphinx.ext.githubpages",
"myst_parser",
"numpydoc",
'sphinx.ext.mathjax',
]

intersphinx_mapping = {
Expand Down

0 comments on commit c47deb5

Please sign in to comment.