diff --git a/docs/conf.py b/docs/conf.py index 0d65dd0..ffab7ea 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,3 +61,11 @@ html_theme = 'sphinx_rtd_theme' # 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_context = { + 'gitlab_user': 'ynerant', + 'gitlab_repo': 'squirrel-battle', + 'gitlab_host': 'gitlab.crans.org', + 'gitlab_version': 'master', + 'display_gitlab': True, +}