Skip to content

Commit 2c88e8a

Browse files
authored
Merge pull request #4003 from pallets/autodoc-typehints
show type hints in description
2 parents e1b3a05 + 79ac96f commit 2c88e8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"sphinx_issues",
2121
"sphinx_tabs.tabs",
2222
]
23+
autodoc_typehints = "description"
2324
intersphinx_mapping = {
2425
"python": ("https://docs.python.org/3/", None),
2526
"werkzeug": ("https://werkzeug.palletsprojects.com/", None),

0 commit comments

Comments
 (0)