diff options
| author | Josh Ferrell <josh@vector35.com> | 2022-07-27 21:51:43 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2022-07-27 21:53:29 -0400 |
| commit | 4bf98a470a7b1b36f4f3d633cbf901830771a05b (patch) | |
| tree | 220db4bff13c3008d605f6c8a7b1541556c97249 /api-docs/source | |
| parent | ca92df5af59c5bc538a34e73655ffc5a400b5825 (diff) | |
Do not use fully qualified names in python type hints
Diffstat (limited to 'api-docs/source')
| -rw-r--r-- | api-docs/source/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
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'] |
