From 3fc502ffa4eee0c9f1b71b1d263fe0f1e6d2ce92 Mon Sep 17 00:00:00 2001
From: Ian Galpin <ian.galpin@geant.org>
Date: Tue, 22 Nov 2022 07:58:48 +0000
Subject: [PATCH] Disable specific typing until build server supports python
 3.9

---
 docs/source/conf.py | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 19c14091..fe189ddf 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -81,7 +81,10 @@ 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.
-exclude_patterns: list[str] = []
+
+# Disable specific typing until build server supports python 3.9
+# exclude_patterns: list[str] = []
+exclude_patterns = []
 
 
 # -- Options for HTML output -------------------------------------------------
-- 
GitLab