From 88f7059a544bbde48a15b6c467029ac99a9f2b05 Mon Sep 17 00:00:00 2001 From: Giovanni Pellerano Date: Wed, 11 Dec 2024 12:13:49 +0100 Subject: [PATCH] [doc] Add link enabling users to contribute to documentation --- documentation/conf.py | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/documentation/conf.py b/documentation/conf.py index 4b8eacfa10..c575441b52 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -52,15 +52,18 @@ html_static_path = ['_static'] html_context = { -'description': 'GlobaLeaks is free, open souce whistleblowing software enabling anyone to easily set up and maintain a secure reporting platforms', -'keywords': 'globaleaks, whistleblowing, globaleaks-whistleblowing-software', -'author': 'GLOBALEAKS', + 'description': 'GlobaLeaks is free, open souce whistleblowing software enabling anyone to easily set up and maintain a secure reporting platforms', + 'keywords': 'globaleaks, whistleblowing, globaleaks-whistleblowing-software', + 'author': 'GLOBALEAKS', + 'display_github': True, + 'github_user': 'globaleaks', + 'github_repo': 'globaleaks-whistleblowing-software', + 'github_version': 'main', + 'conf_py_path': '/documentation/' } latex_elements = { - 'sphinxsetup': 'TitleColor={HTML}{3679BB}, \ - InnerLinkColor={HTML}{3679BB}, \ - OuterLinkColor={HTML}{3679BB}', + 'sphinxsetup': 'TitleColor={HTML}{3679BB}, InnerLinkColor={HTML}{3679BB}, OuterLinkColor={HTML}{3679BB}', } latex_documents = []