summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 5443c2d..16656b3 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -56,7 +56,7 @@ source_suffix = '.rst'
master_doc = 'index'
-copyright = u'2014, OpenStack Foundation'
+copyright = '2014, OpenStack Foundation'
exclude_trees = []
@@ -64,6 +64,6 @@ pygments_style = 'native'
htmlhelp_basename = 'python-troveclientdoc'
latex_documents = [
- ('index', 'python-troveclient.tex', u'python-troveclient Documentation',
- u'OpenStack', 'manual'),
+ ('index', 'python-troveclient.tex', 'python-troveclient Documentation',
+ 'OpenStack', 'manual'),
]