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