diff options
author | Jenkins <jenkins@review.openstack.org> | 2012-07-16 18:34:49 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2012-07-16 18:34:49 +0000 |
commit | b0aaa3a3c97c7f3b941ebf473f51ef5329632717 (patch) | |
tree | 8b11137992ffd470648c80a4af207bc3e671632e /doc/source | |
parent | 7618feaeb12c4128ebe31ed7af3110d15746d0d7 (diff) | |
parent | 44e62db09504137ece46f8aa84d92ca6a832140c (diff) | |
download | python-swiftclient-b0aaa3a3c97c7f3b941ebf473f51ef5329632717.tar.gz |
Merge "Removes the title "Swift Web" from landing page."
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 3c577a7..7bbc65f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -46,7 +46,7 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'Swiftclient Web' +project = u'Swiftclient' copyright = u'2012 OpenStack, LLC.' # The version info for the project you're documenting, acts as replacement for |