We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f221be commit 3cffe19Copy full SHA for 3cffe19
doc/source/conf.py
@@ -140,7 +140,16 @@ def get_version_release_from_git():
140
#
141
# html_theme_options = {}
142
if os_rtd:
143
- html_theme_options = { 'logo_only' : True }
+ html_theme_options = {
144
+ 'logo_only': True,
145
+ }
146
+ html_context = {
147
+ 'conf_py_path': '/doc/source/',
148
+ 'display_github': True,
149
+ 'github_user': 'cea-hpc',
150
+ 'github_repo': 'modules',
151
+ 'github_version': 'main',
152
153
154
# The name of an image file (relative to this directory) to place at the top
155
# of the sidebar.
0 commit comments