remove unicode from code

Change-Id: Iaffb30462b1f04535813aadb1efcb7b500a833e5
This commit is contained in:
niuke 2022-07-28 08:42:57 +08:00
parent 839008bc53
commit b04c78c37c
1 changed files with 4 additions and 4 deletions

View File

@ -37,8 +37,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'openstack-zuul-roles'
copyright = u'2016, OpenStack Foundation'
project = 'openstack-zuul-roles'
copyright = '2016, OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True
@ -67,8 +67,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.