Skip to content
Snippets Groups Projects
Commit e86447a9 authored by Arie Peterson's avatar Arie Peterson
Browse files

Merge branch '1126-add-a-link-to-the-code-inside-the-documentation' into 'main'

Resolve "Add a link to the code inside the documentation"

Closes #1126

See merge request stackspin/stackspin!810
parents 27914266 00cc8edb
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