Cosmetic doc fixes.

Change-Id: I753c663dbfeef0cfc94be8b146bad4170b0c0f89
Reviewed-on: https://review.openstack.org/28714
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Monty Taylor 2013-05-09 16:12:15 -04:00 committed by Jenkins
parent 34cc5f3b2b
commit ec8fbe3052
2 changed files with 5 additions and 5 deletions

View File

@ -14,4 +14,4 @@ Pull requests submitted through GitHub will be ignored.
Bugs should be filed on Launchpad, not GitHub:
https://bugs.launchpad.net/oslo
https://bugs.launchpad.net/pbr

View File

@ -52,10 +52,10 @@ htmlhelp_basename = '%sdoc' % project
# (source start file, target name, title, author, documentclass
# [howto/manual]).
latex_documents = [
('index',
'%s.tex' % project,
u'%s Documentation' % project,
u'OpenStack LLC', 'manual'),
('index',
'%s.tex' % project,
u'%s Documentation' % project,
u'OpenStack Foundation', 'manual'),
]
# Example configuration for intersphinx: refer to the Python standard library.