Skip to content
Snippets Groups Projects

Add "Edit on gitlab" link

Merged Bryan BRANCOTTE requested to merge (removed):patch-2 into master
1 file
+ 11
0
Compare changes
  • Side-by-side
  • Inline
+ 11
0
@@ -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
 
}
 
Loading