diff options
| author | annegentle <anne@openstack.org> | 2012-07-05 07:50:36 -0400 |
|---|---|---|
| committer | annegentle <anne@openstack.org> | 2012-07-05 07:51:24 -0400 |
| commit | 44e62db09504137ece46f8aa84d92ca6a832140c (patch) | |
| tree | c86d0814e73fae2a4524c77df1784e1bf6022e17 /doc/source | |
| parent | c2a3fc56fc32b55f06798012fa5e74891acb533a (diff) | |
| download | python-swiftclient-44e62db09504137ece46f8aa84d92ca6a832140c.tar.gz | |
Removes the title "Swift Web" from landing page.
Also want to test the DocImpact flag for notifications.
Change-Id: I4e12d76050720bec5126db3c87391dbbe54773a2
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 86a8c58..fc8c8f4 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 |
