Remove unicode from code

Change-Id: Ibcc686cc1e64f51dbdad083190c6dadc6f63127d
This commit is contained in:
tomas 2021-01-03 17:42:16 +08:00
parent 1911100272
commit c32e0a235e

View File

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