We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7dde0d commit 5e9c943Copy full SHA for 5e9c943
docs/conf.py
@@ -42,10 +42,11 @@
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
+autodoc_typehints = "both"
49
+
50
# Add any paths that contain templates here, relative to this directory.
51
templates_path = ["_templates"]
52
requirements-docs.txt
@@ -4,4 +4,3 @@ myst-parser
4
sphinx==4.3.1
5
sphinx_rtd_theme
6
sphinxcontrib-autoprogram
7
-sphinx-autodoc-typehints==1.12.0
0 commit comments