From 4bf98a470a7b1b36f4f3d633cbf901830771a05b Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Wed, 27 Jul 2022 21:51:43 -0400 Subject: Do not use fully qualified names in python type hints --- api-docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'api-docs/source') diff --git a/api-docs/source/conf.py b/api-docs/source/conf.py index 1adf3bdb..d8651c39 100644 --- a/api-docs/source/conf.py +++ b/api-docs/source/conf.py @@ -162,6 +162,7 @@ autodoc_type_aliases = { 'int': 'ExpressionIndex' } +python_use_unqualified_type_names=True # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] -- cgit v1.3.1