summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-05-09 16:12:15 -0400
committerJenkins <jenkins@review.openstack.org>2013-05-13 18:04:38 +0000
commit115370fe8ef70f977cfbbce33c984adde9d93066 (patch)
treea48cde7d5cd46718ce4476ebba78bd235b067506 /doc
parent5ce79fd4cf740044f314ce36246276119502cd05 (diff)
downloadpbr-115370fe8ef70f977cfbbce33c984adde9d93066.tar.gz
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
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 385f5e0..49837ec 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -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.