Revision fd6621a4 docs/conf.py

b/docs/conf.py
94 94

  
95 95
# The theme to use for HTML and HTML Help pages.  See the documentation for
96 96
# a list of builtin themes.
97
html_theme = 'default'
97
html_theme_options = {
98
       'collapsiblesidebar': 'true',
99
       'footerbgcolor':    '#55b577',
100
       'footertextcolor':  '#000000',
101
       'sidebarbgcolor':   '#ffffff',
102
       'sidebarbtncolor':  '#f2f2f2',
103
       'sidebartextcolor': '#000000',
104
       'sidebarlinkcolor': '#328e4a',
105
       'relbarbgcolor':    '#55b577',
106
       'relbartextcolor':  '#ffffff',
107
       'relbarlinkcolor':  '#ffffff',
108
       'bgcolor':          '#ffffff',
109
       'textcolor':        '#000000',
110
       'headbgcolor':      '#ffffff',
111
       'headtextcolor':    '#000000',
112
       'headlinkcolor':    '#c60f0f',
113
       'linkcolor':        '#328e4a',
114
       'visitedlinkcolor': '#63409b',
115
       'codebgcolor':      '#eeffcc',
116
       'codetextcolor':    '#333333'
117
}
118

  
98 119

  
99 120
# Theme options are theme-specific and customize the look and feel of a theme
100 121
# further.  For a list of options available for each theme, see the

Also available in: Unified diff