Skip to content

Commit

Permalink
turn off doc type hints (#4510)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcomer authored Jan 19, 2022
1 parent 3790b44 commit 8d6e659
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ def _dotv(version):
# api generation configuration
autodoc_member_order = "groupwise"
autodoc_default_flags = ["show-inheritance"]
autodoc_typehints = "none"
autosummary_generate = True
autosummary_imported_members = True
autopackage_name = ["iris"]
Expand Down

0 comments on commit 8d6e659

Please sign in to comment.