summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjiaqi07 <wangjiaqi07@inspur.com>2022-08-02 16:25:09 +0800
committerTim Burke <tburke@nvidia.com>2022-08-03 00:01:30 +0000
commit3a71df133556060bfa3e981d9e678253b8f145f4 (patch)
treec96d6c6c7a493a3cfaf18cdebb0bb824310b38bc /doc
parentf2841081989a8557eed1d800f316bde04ebbdf93 (diff)
downloadswift-3a71df133556060bfa3e981d9e678253b8f145f4.tar.gz
Stop using unicode literals in docs conf.py
Change-Id: I8ce6749c3d634c68e5d4a15d812a046514cc35f5
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