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.
25
'sphinx.ext.ifconfig',
27
'sphinx.ext.intersphinx',
29
# 'sphinxcontrib.napoleon', # TODO: for Google docstrings
24
extensions = ['sphinx.ext.ifconfig',]
32
26
# Add any paths that contain templates here, relative to this directory.
33
27
templates_path = ['_templates']
44
38
# General information about the project.
45
39
project = u'Breezy'
46
copyright = u'2009-2011 Canonical Ltd, 2017-2018 Breezy Developers'
40
copyright = u'2009-2011 Canonical Ltd'
48
42
# The version info for the project you're documenting, acts as replacement for
49
43
# |version| and |release|, also used in various other places throughout the
98
92
# The theme to use for HTML and HTML Help pages. Major themes that come with
99
93
# Sphinx are currently 'default' and 'sphinxdoc'.
94
html_theme = 'default'
102
96
# Theme options are theme-specific and customize the look and feel of a theme
103
97
# further. For a list of options available for each theme, see the
106
100
# Unfortunately, the right sidebar breaks under IE6 and maybe IE7.
107
101
# So we stick with the default left placement to cater for users stuck
108
102
# on those browsers.
109
# 'rightsidebar': True,
103
#'rightsidebar': True,
111
105
# Non-document areas: header (relbar), footer, sidebar, etc.
112
106
# Some useful colours here:
113
107
# * blue: darkblue, mediumblue, darkslateblue, cornflowerblue, royalblue,
115
109
# * gray: dimgray, slategray, lightslategray
116
#'sidebarbgcolor': "cornflowerblue",
117
#'sidebarlinkcolor': "midnightblue",
118
#'relbarbgcolor': "darkblue",
119
#'footerbgcolor': "lightslategray",
110
'sidebarbgcolor': "cornflowerblue",
111
'sidebarlinkcolor': "midnightblue",
112
'relbarbgcolor': "darkblue",
113
'footerbgcolor': "lightslategray",
121
115
# Text, heading and code colouring
122
#'codebgcolor': "lightyellow",
123
#'codetextcolor': "firebrick",
124
#'linkcolor': "mediumblue",
116
'codebgcolor': "lightyellow",
117
'codetextcolor': "firebrick",
118
'linkcolor': "mediumblue",
127
121
# Add any paths that contain custom themes here, relative to this directory.
223
217
# Authors of the documents
224
218
brz_team = u'Breezy Developers'
226
intersphinx_mapping = {
227
'python': ('https://docs.python.org/3', None),
228
'testtools': ('https://testtools.readthedocs.io/en/latest', None),
229
'configobj': ('https://configobj.readthedocs.io/en/latest', None),
230
'dulwich': ('https://dulwich.readthedocs.io/en/latest', None),