Skip to content

Commit

Permalink
Merge pull request #40 from legend-exp/gipert-patch-1
Browse files Browse the repository at this point in the history
Docs: do not show argument types in function signature
  • Loading branch information
gipert authored Nov 9, 2024
2 parents 7bc26f6 + 2a4476b commit 865a3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
autodoc_default_options = {"ignore-module-all": True}
# Include __init__() docstring in class docstring
autoclass_content = "both"
autodoc_typehints = "both"
autodoc_typehints = "description"
autodoc_typehints_description_target = "documented_params"
autodoc_typehints_format = "short"

0 comments on commit 865a3b8

Please sign in to comment.