From 79ac96f1239601eb12f6f69fcb3ce6cb269ac5fb Mon Sep 17 00:00:00 2001 From: David Lord Date: Mon, 10 May 2021 22:45:42 -0700 Subject: [PATCH] show type hints in description --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 4b7ea13e..b26ba8cb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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),