From 49cf865ef028c869c0a618fa8c0527273bf100a7 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Sun, 19 Nov 2023 09:20:43 +0100 Subject: [PATCH] Doc: Show typehints in description Instead of in the signature. Much more readable. --- documentation/conf.py | 1 + 1 file changed, 1 insertion(+) 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