~terceiro/lava-dispatcher/filter-ansi-color-codes-mwhudson-state-machine

« back to all changes in this revision

Viewing changes to doc/conf.py

  • Committer: Neil Williams
  • Date: 2013-07-17 09:16:24 UTC
  • mto: This revision was merged to the branch mainline in revision 638.
  • Revision ID: neil.williams@linaro.org-20130717091624-cegh4vykzwkmru7m
Add PEP8 fixes for doc/ and setup.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
# All configuration values have a default; values that are commented out
12
12
# serve to show the default.
13
13
 
14
 
import sys, os
 
14
import sys
 
15
import os
15
16
 
16
17
# If extensions (or modules to document with autodoc) are in another directory,
17
18
# add these directories to sys.path here. If the directory is relative to the
27
28
# Add any Sphinx extension module names here, as strings. They can be extensions
28
29
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
29
30
extensions = [
30
 
        'sphinx.ext.autodoc',
31
 
        'sphinx.ext.doctest',
32
 
        'sphinx.ext.intersphinx',
33
 
        'sphinx.ext.todo',
34
 
        'sphinx.ext.coverage',
35
 
        'sphinx.ext.viewcode']
 
31
    'sphinx.ext.autodoc',
 
32
    'sphinx.ext.doctest',
 
33
    'sphinx.ext.intersphinx',
 
34
    'sphinx.ext.todo',
 
35
    'sphinx.ext.coverage',
 
36
    'sphinx.ext.viewcode']
36
37
 
37
38
# Configuration for sphinx.ext.todo
38
39
 
189
190
# Grouping the document tree into LaTeX files. List of tuples
190
191
# (source start file, target name, title, author, documentclass [howto/manual]).
191
192
latex_documents = [
192
 
  ('index', 'LAVADispatcher.tex', u'LAVA Dispatcher Documentation',
193
 
   u'Linaro Validation Team', 'manual'),
 
193
    ('index', 'LAVADispatcher.tex', u'LAVA Dispatcher Documentation',
 
194
     u'Linaro Validation Team', 'manual'),
194
195
]
195
196
 
196
197
# The name of an image file (relative to this directory) to place at the top of