Revision d3f3bfbf 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'
98

  
99
# Theme options are theme-specific and customize the look and feel of a theme
100
# further.  For a list of options available for each theme, see the
101
# documentation.
97 102
html_theme_options = {
98 103
       'collapsiblesidebar': 'true',
99 104
       'footerbgcolor':    '#55b577',
......
116 121
       'codetextcolor':    '#333333'
117 122
}
118 123

  
119

  
120
# Theme options are theme-specific and customize the look and feel of a theme
121
# further.  For a list of options available for each theme, see the
122
# documentation.
123
#html_theme_options = {}
124

  
125 124
# Add any paths that contain custom themes here, relative to this directory.
126 125
#html_theme_path = []
127 126

  

Also available in: Unified diff