Skip to content

Commit 8d6e659

Browse files
authored
turn off doc type hints (#4510)
1 parent 3790b44 commit 8d6e659

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ def _dotv(version):
209209
# api generation configuration
210210
autodoc_member_order = "groupwise"
211211
autodoc_default_flags = ["show-inheritance"]
212+
autodoc_typehints = "none"
212213
autosummary_generate = True
213214
autosummary_imported_members = True
214215
autopackage_name = ["iris"]

0 commit comments

Comments
 (0)