We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09a973e commit bd366abCopy full SHA for bd366ab
docs/conf.py
@@ -42,6 +42,7 @@
42
"sphinx.ext.autodoc",
43
"sphinx.ext.autosummary",
44
"ext.docstrings",
45
+ "sphinx_autodoc_typehints", # must be loaded after napoleon modules
46
"sphinxcontrib.autoprogram",
47
]
48
requirements-docs.txt
@@ -4,3 +4,4 @@ myst-parser
4
sphinx==4.3.1
5
sphinx_rtd_theme
6
sphinxcontrib-autoprogram
7
+sphinx-autodoc-typehints==1.12.0
0 commit comments