From 2d2f62b7ff18971733e641157f8147fa877c4daa Mon Sep 17 00:00:00 2001 From: Jan Ittner Date: Tue, 22 Sep 2020 23:24:09 +0200 Subject: [PATCH] deactivate autodoc typehints option always_document_param_types --- sphinx/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/source/conf.py b/sphinx/source/conf.py index 9ffefb000..c701849df 100644 --- a/sphinx/source/conf.py +++ b/sphinx/source/conf.py @@ -120,7 +120,7 @@ def _set_paths() -> None: # -- Options for sphinx_autodoc_typehints ---------------------------------------------- set_type_checking_flag = False typehints_fully_qualified = False -always_document_param_types = True +always_document_param_types = False # -- Options for Math output -----------------------------------------------------------