From 2a4476b3f1106b1da4bd3e1a59def39427e525be Mon Sep 17 00:00:00 2001 From: Luigi Pertoldi Date: Thu, 7 Nov 2024 10:27:01 +0100 Subject: [PATCH] Update conf.py --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 185e4df..3c13cbd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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"