Merge pull request #4003 from pallets/autodoc-typehints

show type hints in description
This commit is contained in:
David Lord 2021-05-10 22:51:02 -07:00 committed by GitHub
commit 2c88e8a0aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,7 @@ extensions = [
"sphinx_issues",
"sphinx_tabs.tabs",
]
autodoc_typehints = "description"
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
"werkzeug": ("https://werkzeug.palletsprojects.com/", None),