Skip to content

Commit

Permalink
Enable type hints in docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
bouweandela committed Jul 4, 2024
1 parent 4185230 commit af21056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def _dotv(version):
}

# https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html#confval-autodoc_typehints
autodoc_typehints = "none"
autodoc_typehints = "description"
autosummary_generate = True
autosummary_imported_members = True
autopackage_name = ["iris"]
Expand Down

0 comments on commit af21056

Please sign in to comment.