Skip to content

Commit

Permalink
[doc] Revise documentation style
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Oct 29, 2024
1 parent fca8ded commit e960f22
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions documentation/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ a:hover {
background-color: #103253;
}

.wy-nav-top a,
.wy-nav-top a:active,
.wy-nav-top a:focus,
.wy-nav-top a:hover,
.wy-nav-top a:visited,
.wy-nav-side a,
.wy-nav-side a:active,
.wy-nav-side a:focus,
Expand Down
14 changes: 7 additions & 7 deletions documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
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',
'author': 'GLOBALEAKS',
}

latex_elements = {
'sphinxsetup': 'TitleColor={HTML}{377abc}, \
InnerLinkColor={HTML}{377abc}, \
OuterLinkColor={HTML}{377abc}',
'sphinxsetup': 'TitleColor={HTML}{3679BB}, \
InnerLinkColor={HTML}{3679BB}, \
OuterLinkColor={HTML}{3679BB}',
}

latex_documents = []
Expand All @@ -73,13 +73,13 @@
]

texinfo_documents = [
(master_doc, 'GlobaLeaks', u'Documentation',
author, 'GlobaLeaks', ' GlobaLeaks is free, open source whistleblowing software enabling anyone to easily set up and maintain a secure reporting platforms',
(master_doc, 'GLOBALEAKS', u'Documentation',
author, 'GLOBALEAKS', ' GlobaLeaks is free, open source whistleblowing software enabling anyone to easily set up and maintain a secure reporting platforms',
'Miscellaneous'),
]

html_theme_options = {
'style_nav_header_background': '#377abc',
'style_nav_header_background': '#3679BB',
}

def setup(app):
Expand Down

0 comments on commit e960f22

Please sign in to comment.