Fix gitlab links to documentation

This commit is contained in:
benjamin melançon 2023-09-25 18:53:11 -04:00
parent d31516cf1c
commit d61f414387
2 changed files with 2 additions and 2 deletions

View file

@ -125,7 +125,7 @@ html_context = {
"display_gitlab": True, # Integrate Gitlab
"gitlab_user": "agaric", # Organization
"gitlab_repo": "documentation", # Repo name
"gitlab_version": "master", # Version
"gitlab_version": "main", # Version
"conf_py_path": "/", # Path in the checkout to the docs root
}