Skip to content

Commit

Permalink
Merge pull request #53 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 14, 2024
2 parents 48a7326 + 4386fd7 commit ab9579f
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 @@ -58,6 +58,6 @@
# sphinx-autodoc
# 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 ab9579f

Please sign in to comment.