Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sage Validation
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
Sage Validation
Merge requests
!5
Feature/cheque cols should be empty
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/cheque cols should be empty
feature/cheque-cols-should-be-empty
into
develop
Overview
0
Commits
4
Pipelines
0
Changes
5
Merged
Neda Moeini
requested to merge
feature/cheque-cols-should-be-empty
into
develop
1 month ago
Overview
0
Commits
4
Pipelines
0
Changes
5
Expand
0
0
Merge request reports
Compare
develop
version 1
ac6813db
1 month ago
develop (base)
and
latest version
latest version
408ab6df
4 commits,
1 month ago
version 1
ac6813db
3 commits,
1 month ago
5 files
+
53
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
docs/source/conf.py
+
11
−
10
Options
@@ -12,6 +12,7 @@
#
import
os
import
sys
import
django
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
"
../../
"
))
@@ -20,12 +21,12 @@ django.setup()
# -- Project information -----------------------------------------------------
project
=
'
Sage Validation
'
copyright
=
'
2024, GÉANT
'
author
=
'
GÉANT
'
project
=
"
Sage Validation
"
copyright
=
"
2024, GÉANT
"
author
=
"
GÉANT
"
# The full version, including alpha/beta/rc tags
release
=
'
0.1
'
release
=
"
0.1
"
# -- General configuration ---------------------------------------------------
@@ -34,13 +35,13 @@ release = '0.1'
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions
=
[
'
sphinx.ext.autodoc
'
,
'
sphinx.ext.napoleon
'
,
'
sphinx_autodoc_typehints
'
,
"
sphinx.ext.autodoc
"
,
"
sphinx.ext.napoleon
"
,
"
sphinx_autodoc_typehints
"
,
]
# Add any paths that contain templates here, relative to this directory.
templates_path
=
[
'
_templates
'
]
templates_path
=
[
"
_templates
"
]
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
@@ -53,9 +54,9 @@ exclude_patterns = []
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme
=
'
alabaster
'
html_theme
=
"
alabaster
"
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path
=
[
'
_static
'
]
\ No newline at end of file
html_static_path
=
[
"
_static
"
]
Loading