remove unicode from code

Change-Id: Idd33e63c54e091bf390a9160a101c4baf6b464bc
This commit is contained in:
wangjiaqi07 2022-08-25 11:29:31 +08:00
parent 6505f24f1b
commit 60fe998bea
2 changed files with 6 additions and 6 deletions

View File

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

View File

@ -55,8 +55,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'os-net-config Release Notes'
copyright = u'2018, OpenStackFoundation'
project = 'os-net-config Release Notes'
copyright = '2018, OpenStackFoundation'
# openstackdocstheme options
openstackdocs_repo_name = 'openstack/os-net-config'