summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjiaqi07 <wangjiaqi07@inspur.com>2022-08-02 16:11:24 +0800
committerjiaqi07 <wangjiaqi07@inspur.com>2022-08-02 16:11:32 +0800
commit00972f3b09f57d1c715facacf3dd945c0608ebac (patch)
tree75c3b716bd11023e40706e85644f5397b92cefa9
parentd145b503cadb9bb6e9938effb8170fdcd5680ec9 (diff)
downloadtooz-00972f3b09f57d1c715facacf3dd945c0608ebac.tar.gz
remove unicode from code
Change-Id: Ie63625d79dff284ce985e1fad8c487e5281fbbb4
-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 ebed3d8..e4672a8 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -57,8 +57,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'tooz'
-copyright = u'%s, OpenStack Foundation' % datetime.date.today().year
+project = 'tooz'
+copyright = '%s, OpenStack Foundation' % datetime.date.today().year
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
@@ -88,8 +88,8 @@ latex_documents = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- ('index', 'tooz', u'tooz Documentation',
- u'OpenStack Foundation', 'tooz', 'One line description of project.',
+ ('index', 'tooz', 'tooz Documentation',
+ 'OpenStack Foundation', 'tooz', 'One line description of project.',
'Miscellaneous'),
]