remove unicode from code

Change-Id: If44e9324df8b1cfc358ae3e378617a19f7c2de12
This commit is contained in:
wangjiaqi07 2022-08-25 14:22:29 +08:00
parent 8cd2097190
commit 66126c2a77
1 changed files with 4 additions and 4 deletions

View File

@ -42,8 +42,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'manila-image-elements'
copyright = u'2013, OpenStack Foundation'
project = 'manila-image-elements'
copyright = '2013, OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True
@ -72,8 +72,8 @@ htmlhelp_basename = '%sdoc' % project
latex_documents = [
('index',
'%s.tex' % project,
u'%s Documentation' % project,
u'OpenStack Foundation', 'manual'),
'%s Documentation' % project,
'OpenStack Foundation', 'manual'),
]
# Example configuration for intersphinx: refer to the Python standard library.