remove unicode from code

Change-Id: I49d4ae027ea41f78b309a39de8cc611a2fae7e10
This commit is contained in:
wangjiaqi07 2022-08-25 09:08:32 +08:00
parent e5ef4e7c6e
commit 24782ee1ee
2 changed files with 12 additions and 12 deletions

View File

@ -37,8 +37,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'openstack'
copyright = u'2017, OpenStack Developers'
project = 'openstack'
copyright = '2017, OpenStack Developers'
# openstackdocstheme options
openstackdocs_repo_name = 'openstack/openstack'
@ -73,8 +73,8 @@ htmlhelp_basename = '%sdoc' % project
latex_documents = [
('index',
'%s.tex' % project,
u'%s Documentation' % project,
u'OpenStack Developers', 'manual'),
'%s Documentation' % project,
'OpenStack Developers', 'manual'),
]
# Example configuration for intersphinx: refer to the Python standard library.

View File

@ -52,8 +52,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'telemetry_tempest_plugin Release Notes'
copyright = u'2017, OpenStack Developers'
project = 'telemetry_tempest_plugin Release Notes'
copyright = '2017, OpenStack Developers'
# openstackdocstheme options
openstackdocs_repo_name = 'openstack/telemetry-tempest-plugin'
@ -208,8 +208,8 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'telemetry_tempest_pluginReleaseNotes.tex',
u'telemetry_tempest_plugin Release Notes Documentation',
u'OpenStack Foundation', 'manual'),
'telemetry_tempest_plugin Release Notes Documentation',
'OpenStack Foundation', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@ -239,8 +239,8 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'telemetry_tempest_pluginrereleasenotes',
u'telemetry_tempest_plugin Release Notes Documentation',
[u'OpenStack Foundation'], 1)
'telemetry_tempest_plugin Release Notes Documentation',
['OpenStack Foundation'], 1)
]
# If true, show URL addresses after external links.
@ -254,8 +254,8 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
('index', 'telemetry_tempest_plugin ReleaseNotes',
u'telemetry_tempest_plugin Release Notes Documentation',
u'OpenStack Foundation', 'telemetry_tempest_pluginReleaseNotes',
'telemetry_tempest_plugin Release Notes Documentation',
'OpenStack Foundation', 'telemetry_tempest_pluginReleaseNotes',
'One line description of project.',
'Miscellaneous'),
]