From 6f9bfd8c486c2d614f2d5242afc8712f66b3ee48 Mon Sep 17 00:00:00 2001 From: Ian Galpin <ian.galpin@geant.org> Date: Tue, 22 Nov 2022 09:51:39 +0000 Subject: [PATCH] Changed typing to Python 3.6 format --- docs/source/conf.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index b66ee0a8..48b40e92 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -82,10 +82,7 @@ templates_path = ['_templates'] # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path. - -# Disable specific typing until build server supports python 3.9 -# exclude_patterns: list[str] = [] -exclude_patterns = [] +exclude_patterns: List[str] = [] # -- Options for HTML output ------------------------------------------------- -- GitLab