Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jass
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor 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
Statistical-Genetics
jass
Commits
07a094b2
Commit
07a094b2
authored
5 years ago
by
Hervé MENAGER
Browse files
Options
Downloads
Plain Diff
Merge branch 'patch-2' into 'master'
Add "Edit on gitlab" link See merge request
!2
parents
c5b662c9
1372be61
Branches
20230311
Branches containing commit
No related tags found
1 merge request
!2
Add "Edit on gitlab" link
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/source/conf.py
+11
-0
11 additions, 0 deletions
doc/source/conf.py
with
11 additions
and
0 deletions
doc/source/conf.py
+
11
−
0
View file @
07a094b2
...
@@ -181,3 +181,14 @@ napoleon_use_rtype = False # More legible
...
@@ -181,3 +181,14 @@ napoleon_use_rtype = False # More legible
autosummary_generate
=
True
autosummary_generate
=
True
exclude_patterns
=
[
'
_build
'
]
exclude_patterns
=
[
'
_build
'
]
# Edit on gitlab link
html_context
=
{
"
display_gitlab
"
:
True
,
# Integrate Gitlab
"
gitlab_user
"
:
"
statistical-genetics
"
,
# Username
"
gitlab_host
"
:
"
gitlab.pasteur.fr
"
,
"
gitlab_repo
"
:
"
jass
"
,
# Repo name
"
gitlab_version
"
:
"
master
"
,
# Version
"
conf_py_path
"
:
"
/doc/source/
"
,
# Path in the checkout to the docs root
}
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