Skip to content

Commit

Permalink
reorder sphinx extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Nov 17, 2023
1 parent b51f180 commit ed45047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
version = release = importlib.metadata.version("invert4geom")

extensions = [
"myst_parser",
"sphinx.ext.napoleon",
"sphinx.ext.autodoc",
"sphinx.ext.intersphinx",
"sphinx.ext.mathjax",
"sphinx.ext.napoleon",
"sphinx_autodoc_typehints",
"sphinx_copybutton",
"myst_parser",
]

source_suffix = [".rst", ".md"]
Expand Down

0 comments on commit ed45047

Please sign in to comment.