show type hints in description

This commit is contained in:
David Lord 2021-05-10 22:45:42 -07:00
parent e1b3a053ba
commit 79ac96f123
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

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),