Skip to content

Commit

Permalink
Merge "PEP8 fix in conf.py"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Aug 24, 2012
2 parents 8e9fcba + dcca6cd commit 9c4c810
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/conf.py
Expand Up @@ -143,7 +143,7 @@
[u'OpenStack'], 1),
('man/glancescrubber', 'glance-scrubber', u'Glance Scrubber Service',
[u'OpenStack'], 1)
]
]


# -- Options for HTML output -------------------------------------------------
Expand Down Expand Up @@ -235,8 +235,8 @@
# (source start file, target name, title, author,
# documentclass [howto/manual]).
latex_documents = [
('index', 'Glance.tex', u'Glance Documentation',
u'Glance Team', 'manual'),
('index', 'Glance.tex', u'Glance Documentation',
u'Glance Team', 'manual'),
]

# The name of an image file (relative to this directory) to place at the top of
Expand Down

0 comments on commit 9c4c810

Please sign in to comment.