Skip to content

Commit f6e5e1e

Browse files
committed
docs(conf): extensions order
1 parent 0d612a3 commit f6e5e1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
exec(fp.read(), about)
2121

2222
extensions = [
23-
"sphinx.ext.autodoc",
23+
"sphinx.ext.napoleon", # Should go first
2424
"autoapi.extension",
25+
"sphinx.ext.autodoc",
2526
"sphinx_autodoc_typehints",
2627
"sphinx.ext.intersphinx",
2728
"sphinx.ext.todo",
28-
"sphinx.ext.napoleon",
2929
"sphinx.ext.linkcode",
3030
"sphinx_inline_tabs",
3131
"sphinx_issues",

0 commit comments

Comments
 (0)