From 555cafaa2901d5e1bb99ec3bbc3ca8c9f9754930 Mon Sep 17 00:00:00 2001 From: Tim Monko Date: Wed, 19 Aug 2026 16:06:47 -0500 Subject: [PATCH] use autodoc_typehints = 'description' --- docs/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 0cf47f0d2..2eb89564a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -338,6 +338,10 @@ def _stable_version_from_switcher() -> str: } +# -- Autodoc ---------------------------------------------------------------- + +autodoc_typehints = 'description' # Render parameter types in the descriptions rather than the signature. + # -- Autosummary ------------------------------------------------------------ autosummary_generate = True