Skip to content

Commit 19d93b7

Browse files
authored
Merge pull request matplotlib#26058 from rcomer/doc-type-hints
Don't show type hints in rendered docs
2 parents fcee2f7 + 4a23eea commit 19d93b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ def _check_dependencies():
164164
os.environ.pop("DISPLAY", None)
165165

166166
autosummary_generate = True
167+
autodoc_typehints = "none"
167168

168169
# we should ignore warnings coming from importing deprecated modules for
169170
# autodoc purposes, as this will disappear automatically when they are removed

0 commit comments

Comments
 (0)