Skip to content

Commit

Permalink
[doc] Add link enabling users to contribute to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Dec 11, 2024
1 parent 2fc5b3d commit 88f7059
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 88f7059

Please sign in to comment.