forked from orbit-oss/flask
show type hints in description
This commit is contained in:
parent
e1b3a053ba
commit
79ac96f123
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ extensions = [
|
||||||
"sphinx_issues",
|
"sphinx_issues",
|
||||||
"sphinx_tabs.tabs",
|
"sphinx_tabs.tabs",
|
||||||
]
|
]
|
||||||
|
autodoc_typehints = "description"
|
||||||
intersphinx_mapping = {
|
intersphinx_mapping = {
|
||||||
"python": ("https://docs.python.org/3/", None),
|
"python": ("https://docs.python.org/3/", None),
|
||||||
"werkzeug": ("https://werkzeug.palletsprojects.com/", None),
|
"werkzeug": ("https://werkzeug.palletsprojects.com/", None),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue