Skip to content

Commit

Permalink
Doc: Show typehints in description
Browse files Browse the repository at this point in the history
Instead of in the signature. Much more readable.
  • Loading branch information
dweindl committed Nov 19, 2023
1 parent 3330ccb commit 49cf865
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ def install_doxygen():
typehints_fully_qualified = True
typehints_document_rtype = True
set_type_checking_flag = True
autodoc_typehints = "description"

# hoverxref
hoverxref_auto_ref = True
Expand Down

0 comments on commit 49cf865

Please sign in to comment.