/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/doc_generate/conf.py

  • Committer: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2018-11-16 18:59:44 UTC
  • mfrom: (7143.15.15 more-cleanups)
  • Revision ID: breezy.the.bot@gmail.com-20181116185944-biefv1sub37qfybm
Sprinkle some PEP8iness.

Merged from https://code.launchpad.net/~jelmer/brz/more-cleanups/+merge/358611

Show diffs side-by-side

added added

removed removed

Lines of Context:
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('.'))
18
18
 
19
19
 
20
20
# -- General configuration -----------------------------------------------------
21
21
 
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', ]
25
25
 
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,
104
104
 
105
105
    # Non-document areas: header (relbar), footer, sidebar, etc.
106
106
    # Some useful colours here:
107
107
    # * blue: darkblue, mediumblue, darkslateblue, cornflowerblue, royalblue,
108
108
    #   midnightblue
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",
114
114
 
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",
119
119
    }
120
120
 
121
121
# Add any paths that contain custom themes here, relative to this directory.