Skip to content
Snippets Groups Projects
Commit 07a094b2 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

Merge branch 'patch-2' into 'master'

Add "Edit on gitlab" link

See merge request !2
parents c5b662c9 1372be61
Branches 20230311
No related tags found
1 merge request!2Add "Edit on gitlab" link
...@@ -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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment