remove unicode from code

Change-Id: I03ee94bad87fcf3d3f09849caaa652d2d912f503
This commit is contained in:
niuke 2022-07-28 10:46:31 +08:00
parent 4daa56797d
commit e659f67b99
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'kuryr-libnetwork'
copyright = u'2013, OpenStack Foundation'
project = 'kuryr-libnetwork'
copyright = '2013, OpenStack Foundation'
# openstackdocstheme options
openstackdocs_repo_name = 'openstack/kuryr-libnetwork'
@ -73,8 +73,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.