show type hints in description

This commit is contained in:
David Lord 2021-05-10 22:45:42 -07:00
parent 4c0b0e1385
commit c4cdac59f5

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