summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-04-16 07:59:49 -0700
committerDavid Lord <davidism@gmail.com>2021-04-16 07:59:49 -0700
commita8cde71144e53c041c811bb2bfe6c850c4d9eb6b (patch)
tree7cdb8bc3a70f0b1d355f2beec75a1c8e2c7e8243
parent485ec15fe7edb38de542d6c138b604f2d682eedb (diff)
downloadmarkupsafe-a8cde71144e53c041c811bb2bfe6c850c4d9eb6b.tar.gz
docs typehints in descriptions
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 102ec7a..84fa534 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -18,6 +18,7 @@ extensions = [
"sphinxcontrib.log_cabinet",
"sphinx_issues",
]
+autodoc_typehints = "description"
intersphinx_mapping = {"python": ("https://docs.python.org/3/", None)}
issues_github_path = "pallets/markupsafe"