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
b298e2ee
Commit
b298e2ee
authored
2 years ago
by
Ian Galpin
Browse files
Options
Downloads
Patches
Plain Diff
Added additional type packages and isort
parent
02e3abd6
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/source/conf.py
+3
-1
3 additions, 1 deletion
docs/source/conf.py
requirements-dev.in
+6
-1
6 additions, 1 deletion
requirements-dev.in
requirements-dev.txt
+10
-0
10 additions, 0 deletions
requirements-dev.txt
with
19 additions
and
2 deletions
docs/source/conf.py
+
3
−
1
View file @
b298e2ee
...
...
@@ -15,6 +15,8 @@
# sys.path.insert(0, os.path.abspath('.'))
from
importlib
import
import_module
from
typing
import
List
from
docutils.parsers.rst
import
Directive
from
docutils
import
nodes
from
sphinx
import
addnodes
...
...
@@ -80,7 +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.
exclude_patterns
=
[]
exclude_patterns
:
List
[
str
]
=
[]
# -- Options for HTML output -------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
requirements-dev.in
+
6
−
1
View file @
b298e2ee
-r requirements.txt
isort==5.10.1
pip-tools==6.10.0
mypy==0.991
tox==3.27.1
\ No newline at end of file
tox==3.27.1
types-docutils==0.17.7
types-jsonschema==4.17.0.1
types-Flask-Cors==3.0.10
types-setuptools==65.5.0.3
This diff is collapsed.
Click to expand it.
requirements-dev.txt
+
10
−
0
View file @
b298e2ee
...
...
@@ -77,6 +77,8 @@ iniconfig==1.1.1
# via
# -r requirements.txt
# pytest
isort==5.10.1
# via -r requirements-dev.in
itsdangerous==2.1.2
# via
# -r requirements.txt
...
...
@@ -191,6 +193,14 @@ tomli==2.0.1
# tox
tox==3.27.1
# via -r requirements-dev.in
types-docutils==0.17.7
# via -r requirements-dev.in
types-flask-cors==3.0.10
# via -r requirements-dev.in
types-jsonschema==4.17.0.1
# via -r requirements-dev.in
types-setuptools==65.5.0.3
# via -r requirements-dev.in
typing-extensions==4.4.0
# via mypy
urllib3==1.26.12
...
...
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