We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98602ff commit 59189b1Copy full SHA for 59189b1
1 file changed
addons/source-python/docs/source-python/source/conf.py
@@ -119,7 +119,14 @@
119
# Theme options are theme-specific and customize the look and feel of a theme
120
# further. For a list of options available for each theme, see the
121
# documentation.
122
-#html_theme_options = {}
+html_theme_options = {
123
+ 'relbarbgcolor': '#003700',
124
+ 'sidebarbgcolor': '#004100',
125
+ 'footerbgcolor': '#002D00',
126
+ 'sidebarlinkcolor': '#DCFFDC',
127
+ 'linkcolor': '#007D00',
128
+ 'headtextcolor': '#003700'
129
+}
130
131
# Add any paths that contain custom themes here, relative to this directory.
132
#html_theme_path = []
0 commit comments