Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
compendium-v2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
geant-swd
compendium-v2
Commits
76976222
Commit
76976222
authored
2 years ago
by
Ian Galpin
Browse files
Options
Downloads
Patches
Plain Diff
Convert to Python 3.9+ typing
parent
868b80cc
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/conf.py
+1
-2
1 addition, 2 deletions
docs/source/conf.py
with
1 addition
and
2 deletions
docs/source/conf.py
+
1
−
2
View file @
76976222
...
@@ -15,7 +15,6 @@
...
@@ -15,7 +15,6 @@
# sys.path.insert(0, os.path.abspath('.'))
# sys.path.insert(0, os.path.abspath('.'))
from
importlib
import
import_module
from
importlib
import
import_module
from
typing
import
List
from
docutils.parsers.rst
import
Directive
from
docutils.parsers.rst
import
Directive
from
docutils
import
nodes
from
docutils
import
nodes
...
@@ -82,7 +81,7 @@ templates_path = ['_templates']
...
@@ -82,7 +81,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
:
L
ist
[
str
]
=
[]
exclude_patterns
:
l
ist
[
str
]
=
[]
# -- Options for HTML output -------------------------------------------------
# -- Options for HTML output -------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment