From 264ba0766bf882d3091566bde6b01d51d30eccc6 Mon Sep 17 00:00:00 2001 From: fbourgey Date: Fri, 14 Aug 2026 08:36:06 -0400 Subject: [PATCH] DOC: disable typehint for overloads --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 105b69ec..cfb9b497 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -69,3 +69,4 @@ templates_path = ["_templates"] always_document_param_types = True +typehints_document_overloads = False