Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GooCalendar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tryton
GooCalendar
Merge requests
!1
Add gitlab CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add gitlab CI
topic/default/gitlab-ci
into
branch/default
Overview
0
Commits
3
Pipelines
3
Changes
3
Merged
Cédric Krier
requested to merge
topic/default/gitlab-ci
into
branch/default
2 years ago
Overview
0
Commits
3
Pipelines
3
Changes
3
Expand
0
0
Merge request reports
Compare
version 2
version 3
993236bc
2 years ago
version 2
8af1ad85
2 years ago
version 1
81c552a6
2 years ago
branch/default (base)
and
latest version
latest version
2113c348
3 commits,
2 years ago
version 3
993236bc
1 commit,
2 years ago
version 2
8af1ad85
1 commit,
2 years ago
version 1
81c552a6
1 commit,
2 years ago
Show latest version
3 files
+
17
−
27
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
doc/conf.py
+
5
−
2
Options
@@ -18,7 +18,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions
=
[
'
sphinx.ext.
au
todo
c
'
,
'
sphinx.ext.
todo
'
,
'
sphinx.ext.coverage
'
]
extensions
=
[
'
sphinx.ext.todo
'
,
'
sphinx.ext.
intersphinx
'
]
# Add any paths that contain templates here, relative to this directory.
templates_path
=
[
'
_templates
'
]
@@ -79,6 +79,9 @@
# A list of ignored prefixes for module index sorting.
# modindex_common_prefix = []
intersphinx_mapping
=
{
'
python
'
:
(
'
https://docs.python.org/
'
,
None
),
}
# -- Options for HTML output --------------------------------------------------
@@ -113,7 +116,7 @@
# 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
'
]
#
html_static_path = ['_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
Loading