summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorzhangboye <zhangboye@inspur.com>2021-01-03 16:44:04 +0800
committerzhangboye <zhangboye@inspur.com>2021-01-03 16:44:32 +0800
commite6876361f079e9ccd526958e005258bdc68273e9 (patch)
tree23d860a1e08946fd0d8a93039da36a6e90b67117 /doc
parent903e0cb64a078c72dbadf7abc93be7e1a3b4747a (diff)
downloadpython-swiftclient-e6876361f079e9ccd526958e005258bdc68273e9.tar.gz
remove unicode from code
Change-Id: I791cc993aef832b30c08fdb5bdd7165a074d263f
Diffstat (limited to 'doc')
-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 8381605..2673d6c 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -53,7 +53,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-copyright = u'2013-2016 OpenStack, LLC.'
+copyright = '2013-2016 OpenStack, LLC.'
# -- Options for openstackdocstheme -------------------------------------------
openstackdocs_repo_name = 'openstack/python-swiftclient'
@@ -183,8 +183,8 @@ htmlhelp_basename = 'SwiftClientwebdoc'
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual])
latex_documents = [
- ('index', 'doc-python-swiftclient.tex', u'SwiftClient Documentation',
- u'OpenStack, LLC.', 'manual'),
+ ('index', 'doc-python-swiftclient.tex', 'SwiftClient Documentation',
+ 'OpenStack, LLC.', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of