Some conditional configuration.

This commit is contained in:
Raoul Snyman 2011-02-10 08:36:41 +02:00
parent f71b3842e6
commit e52cae13fd

View File

@ -48,7 +48,7 @@ copyright = u'2004-2010 Raoul Snyman'
# The short X.Y version. # The short X.Y version.
version = '2.0' version = '2.0'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '1.9.3' release = '1.9.5'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
@ -92,19 +92,21 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. Major themes that come with # The theme to use for HTML and HTML Help pages. Major themes that come with
# Sphinx are currently 'default' and 'sphinxdoc'. # Sphinx are currently 'default' and 'sphinxdoc'.
html_theme = 'openlp_qthelp' #html_theme = 'openlp_qthelp'
html_theme = 'default'
# Theme options are theme-specific and customize the look and feel of a theme # Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the # further. For a list of options available for each theme, see the
# documentation. # documentation.
#html_theme_options = { if html_theme == 'default':
# 'sidebarbgcolor': '#3a60a9', html_theme_options = {
# 'relbarbgcolor': '#203b6f', 'sidebarbgcolor': '#3a60a9',
# 'footerbgcolor': '#26437c', 'relbarbgcolor': '#203b6f',
# 'headtextcolor': '#203b6f', 'footerbgcolor': '#26437c',
# 'linkcolor': '#26437c', 'headtextcolor': '#203b6f',
# 'sidebarlinkcolor': '#ceceff' 'linkcolor': '#26437c',
#} 'sidebarlinkcolor': '#ceceff'
}
# Add any paths that contain custom themes here, relative to this directory. # Add any paths that contain custom themes here, relative to this directory.
html_theme_path = [u'../themes'] html_theme_path = [u'../themes']