From 50e4c72ba3775e4ec38ee403b3c3ccaea66e0bac Mon Sep 17 00:00:00 2001 From: dasm Date: Thu, 9 Oct 2025 19:58:48 -0700 Subject: [PATCH] Switch to bar syntax for unions in our docs. --- doc/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index 91fa7f5f..0c9a899e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -97,6 +97,9 @@ "show-inheritance": True, } +# Autodoc typehints settings +always_use_bars_union = True + # General settings master_doc = "index" exclude_patterns = ["templates"]