Skip to content
Snippets Groups Projects
Verified Commit 00cc8edb authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

set "edit on gitlab" instead of "view source" in to top right corner of each page

parent 27914266
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,14 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'README.md']
#
html_theme = 'sphinx_rtd_theme'
html_context = {
'display_gitlab': True,
'gitlab_host': 'open.greenhost.net',
'gitlab_user': 'stackspin',
'gitlab_repo': 'stackspin',
'gitlab_version': 'main/',
'conf_py_path': 'docs/',
}
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
......
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