diff --git a/documentation/conf.py b/documentation/conf.py index ba88b25a8d..b0d4dea116 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -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