summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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 2ca5d8477..c9cba7b4d 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -71,13 +71,13 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'Swift'
+project = 'Swift'
if 'SOURCE_DATE_EPOCH' in os.environ:
now = float(os.environ.get('SOURCE_DATE_EPOCH'))
now = datetime.datetime.utcfromtimestamp(now)
else:
now = datetime.date.today()
-copyright = u'%d, OpenStack Foundation' % now.year
+copyright = '%d, OpenStack Foundation' % now.year
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -209,8 +209,8 @@ htmlhelp_basename = 'swiftdoc'
# (source start file, target name, title, author, documentclass
# [howto/manual]).
latex_documents = [
- ('index', 'doc-swift.tex', u'Swift Documentation',
- u'Swift Team', 'manual'),
+ ('index', 'doc-swift.tex', 'Swift Documentation',
+ 'Swift Team', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of