We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d612a3 commit f6e5e1eCopy full SHA for f6e5e1e
1 file changed
docs/conf.py
@@ -20,12 +20,12 @@
20
exec(fp.read(), about)
21
22
extensions = [
23
- "sphinx.ext.autodoc",
+ "sphinx.ext.napoleon", # Should go first
24
"autoapi.extension",
25
+ "sphinx.ext.autodoc",
26
"sphinx_autodoc_typehints",
27
"sphinx.ext.intersphinx",
28
"sphinx.ext.todo",
- "sphinx.ext.napoleon",
29
"sphinx.ext.linkcode",
30
"sphinx_inline_tabs",
31
"sphinx_issues",
0 commit comments