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

Changed typing to Python 3.6 format

parent 6cfc24d6
Branches
Tags
No related merge requests found
...@@ -82,10 +82,7 @@ templates_path = ['_templates'] ...@@ -82,10 +82,7 @@ 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