Skip to content

Commit f7cbcc3

Browse files
committed
chore(docs): load autodoc-typehints module
1 parent 7ba5995 commit f7cbcc3

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 @@
4242
"sphinx.ext.autodoc",
4343
"sphinx.ext.autosummary",
4444
"ext.docstrings",
45+
"sphinx_autodoc_typehints", # must be loaded after napoleon modules
4546
"sphinxcontrib.autoprogram",
4647
]
4748

requirements-docs.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ myst-parser
44
sphinx==4.3.0
55
sphinx_rtd_theme
66
sphinxcontrib-autoprogram
7+
sphinx-autodoc-typehints==1.12.0

0 commit comments

Comments
 (0)