Skip to content

Commit e24e120

Browse files
committed
docs: Include type hints in docs
1 parent 693cd48 commit e24e120

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def __getattr__(self, name):
4242
"sphinx.ext.autodoc",
4343
"sphinx.ext.doctest",
4444
"sphinx.ext.viewcode",
45+
"sphinx_autodoc_typehints",
4546
]
4647

4748
# Add any paths that contain templates here, relative to this directory.

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ sasl =
7171

7272
docs =
7373
Sphinx>=1.2.2
74+
sphinx-autodoc-typehints>=1
7475

7576
typing =
7677
mypy>=0.991

0 commit comments

Comments
 (0)