diff --git a/docs/shared.conf.py b/docs/shared.conf.py index 4c42549b2043..a596dc344a80 100644 --- a/docs/shared.conf.py +++ b/docs/shared.conf.py @@ -141,6 +141,13 @@ theme_github_user = 'openAPS' theme_github_repo = 'AndroidAPSdocs' +html_context = { + 'display_github': True, + 'github_user': 'openaps', + 'github_repo': 'AndroidAPSdocs', + 'github_version': 'master/docs/', +} + """ html_theme = 'default' html_theme_options = {