Commit 67beb7e0 authored by Victor Negîrneac's avatar Victor Negîrneac
Browse files

Merge branch 'edit_on_gitlab' into 'develop'

Replace "View page source" with "Edit on GitLab"

See merge request !198
parents cb89e565 955d6375
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -151,6 +151,12 @@ html_css_files = [
# Output file base name for HTML help builder.
htmlhelp_basename = "quantifydoc"

html_context = {
    "display_gitlab": True,
    "gitlab_user": "quantify-os",
    "gitlab_repo": "quantify-scheduler",
    "gitlab_version": "develop/docs/",
}

# -- Options for LaTeX output ------------------------------------------