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 693cd48 commit e24e120Copy full SHA for e24e120
docs/conf.py
@@ -42,6 +42,7 @@ def __getattr__(self, name):
42
"sphinx.ext.autodoc",
43
"sphinx.ext.doctest",
44
"sphinx.ext.viewcode",
45
+ "sphinx_autodoc_typehints",
46
]
47
48
# Add any paths that contain templates here, relative to this directory.
setup.cfg
@@ -71,6 +71,7 @@ sasl =
71
72
docs =
73
Sphinx>=1.2.2
74
+ sphinx-autodoc-typehints>=1
75
76
typing =
77
mypy>=0.991
0 commit comments