diff --git a/doc/conf.py b/doc/conf.py index 62abb84..f9c801e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -103,6 +103,9 @@ def autoapi_prepare_jinja_env(jinja_env): autodoc_typehints = "description" autodoc_member_order = "bysource" +# Autodoc typehints settings +always_use_bars_union = True + # General settings master_doc = "index" exclude_patterns = ["templates"]