remove unicode from code

Change-Id: If79590fd1f390ad44aa96041240a09b3646f11bd
This commit is contained in:
zhangboye
2021-01-03 16:29:29 +08:00
parent 751df7101f
commit bbc32db6f4
2 changed files with 10 additions and 10 deletions

View File

@@ -42,7 +42,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
copyright = u'2013, OpenStack Foundation'
copyright = '2013, OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True
@@ -70,8 +70,8 @@ htmlhelp_basename = 'zunclientdoc'
latex_documents = [
('index',
'doc-python-zunclient.tex',
u'Python Zun Client Documentation',
u'Zun development team', 'manual'),
'Python Zun Client Documentation',
'Zun development team', 'manual'),
]
# Disable usage of xindy https://bugzilla.redhat.com/show_bug.cgi?id=1643664