Skip to content

Commit

Permalink
Change extension order.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Oct 18, 2023
1 parent 68695da commit 6b1f7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
"jupyterlite_sphinx",
"sphinx.ext.autodoc",
"sphinx.ext.autosummary",
"sphinx.ext.intersphinx",
Expand All @@ -75,6 +74,7 @@
"sphinx.ext.todo",
"sphinx.ext.viewcode",
"sphinx_gallery.gen_gallery",
"jupyterlite_sphinx", # Move after sphinx gallery
]

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit 6b1f7e3

Please sign in to comment.