From a86508f3ddfea80d9253094f28e39d1a648928e2 Mon Sep 17 00:00:00 2001 From: Patrick Sonnerat Date: Sun, 13 Oct 2024 15:14:41 +0200 Subject: [PATCH] Update shared.conf.py --- docs/shared.conf.py | 7 +++++++ 1 file changed, 7 insertions(+) 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 = {