14
14
# If extensions (or modules to document with autodoc) are in another directory,
15
15
# add these directories to sys.path here. If the directory is relative to the
16
16
# documentation root, use os.path.abspath to make it absolute, like shown here.
17
#sys.path.append(os.path.abspath('.'))
17
# sys.path.append(os.path.abspath('.'))
20
20
# -- General configuration -----------------------------------------------------
22
22
# Add any Sphinx extension module names here, as strings. They can be extensions
23
23
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
24
extensions = ['sphinx.ext.ifconfig',]
24
extensions = ['sphinx.ext.ifconfig', ]
26
26
# Add any paths that contain templates here, relative to this directory.
27
27
templates_path = ['_templates']
100
100
# Unfortunately, the right sidebar breaks under IE6 and maybe IE7.
101
101
# So we stick with the default left placement to cater for users stuck
102
102
# on those browsers.
103
#'rightsidebar': True,
103
# 'rightsidebar': True,
105
105
# Non-document areas: header (relbar), footer, sidebar, etc.
106
106
# Some useful colours here:
107
107
# * blue: darkblue, mediumblue, darkslateblue, cornflowerblue, royalblue,
109
109
# * gray: dimgray, slategray, lightslategray
110
'sidebarbgcolor': "cornflowerblue",
110
'sidebarbgcolor': "cornflowerblue",
111
111
'sidebarlinkcolor': "midnightblue",
112
'relbarbgcolor': "darkblue",
113
'footerbgcolor': "lightslategray",
112
'relbarbgcolor': "darkblue",
113
'footerbgcolor': "lightslategray",
115
115
# Text, heading and code colouring
116
'codebgcolor': "lightyellow",
117
'codetextcolor': "firebrick",
118
'linkcolor': "mediumblue",
116
'codebgcolor': "lightyellow",
117
'codetextcolor': "firebrick",
118
'linkcolor': "mediumblue",
121
121
# Add any paths that contain custom themes here, relative to this directory.