Skip to content

Commit 4a23eea

Browse files
committed
Don't show type hints in rendered docs
1 parent 6241384 commit 4a23eea

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)