From c7c640ec7c6aca1578884fd4db5dc3f9b3d83667 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Mon, 6 Apr 2020 10:10:23 +0200 Subject: [PATCH] DOC: do not include type hints in signature in html docs --- doc/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 35833627f6c05..d24483abd28e1 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -109,6 +109,7 @@ ) ) autosummary_generate = True if pattern is None else ["index"] +autodoc_typehints = "none" # numpydoc numpydoc_attributes_as_param_list = False