Revision 9524ba67 docs/conf.py

b/docs/conf.py
102 102

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

  
106 129

  
107 130
# Theme options are theme-specific and customize the look and feel of a theme
108 131
# further.  For a list of options available for each theme, see the

Also available in: Unified diff