Skip to content

Commit 2b9896e

Browse files
committed
Make sphinx happy by moving order of extensions around
1 parent 34dc871 commit 2b9896e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
extensions = [
3838
"sphinx.ext.autodoc",
3939
"sphinx.ext.autosummary",
40-
"sphinx.ext.linkcode",
4140
"sphinx.ext.mathjax",
4241
"sphinx.ext.napoleon",
4342
"sphinx.ext.intersphinx",
43+
"sphinx.ext.linkcode",
4444
"sphinx_autodoc_defaultargs",
4545
"sphinx_subfigure",
4646
]

0 commit comments

Comments
 (0)