Skip to content

Commit 522461f

Browse files
DOC: do not include type hints in signature in html docs (#33312)
1 parent d095ac8 commit 522461f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
)
110110
)
111111
autosummary_generate = True if pattern is None else ["index"]
112+
autodoc_typehints = "none"
112113

113114
# numpydoc
114115
numpydoc_attributes_as_param_list = False

0 commit comments

Comments
 (0)