Skip to content

Commit bad05e2

Browse files
committed
Merge branch 'new_wiki_colors'
2 parents 67bf512 + d07d915 commit bad05e2

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

addons/source-python/docs/source-python/source/conf.py

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,14 @@
119119
# Theme options are theme-specific and customize the look and feel of a theme
120120
# further. For a list of options available for each theme, see the
121121
# documentation.
122-
#html_theme_options = {}
122+
html_theme_options = {
123+
'relbarbgcolor': '#003700',
124+
'sidebarbgcolor': '#004100',
125+
'footerbgcolor': '#002D00',
126+
'sidebarlinkcolor': '#DCFFDC',
127+
'linkcolor': '#007D00',
128+
'headtextcolor': '#003700'
129+
}
123130

124131
# Add any paths that contain custom themes here, relative to this directory.
125132
#html_theme_path = []
@@ -133,12 +140,12 @@
133140

134141
# The name of an image file (relative to this directory) to place at the top
135142
# of the sidebar.
136-
#html_logo = None
143+
html_logo = 'images/sp_wiki_banner.png'
137144

138145
# The name of an image file (within the static path) to use as favicon of the
139146
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
140147
# pixels large.
141-
#html_favicon = None
148+
html_favicon = 'images/sp_wiki_favicon.png'
142149

143150
# Add any paths that contain custom static files (such as style sheets) here,
144151
# relative to this directory. They are copied after the builtin static files,
30.8 KB
Loading
19.1 KB
Loading
26.7 KB
Loading

0 commit comments

Comments
 (0)