Skip to content
Snippets Groups Projects
Commit 3fc502ff authored by Ian Galpin's avatar Ian Galpin
Browse files

Disable specific typing until build server supports python 3.9

parent 97c4fd8b
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,10 @@ templates_path = ['_templates'] ...@@ -81,7 +81,10 @@ templates_path = ['_templates']
# List of patterns, relative to source directory, that match files and # List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files. # directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path. # 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 ------------------------------------------------- # -- Options for HTML output -------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment