remove unicode from code

Change-Id: Ie1988cb059e9bbfb5d310445a94dad5013e3c563
This commit is contained in:
jiaqi07 2022-08-11 15:02:33 +08:00
parent d576943e05
commit 152dc1d3eb

View File

@ -54,8 +54,8 @@ source_suffix = '.rst'
master_doc = 'index' master_doc = 'index'
# General information about the project. # General information about the project.
project = u'sushy-tools Release Notes' project = 'sushy-tools Release Notes'
copyright = u'2018, Sushy Developers' copyright = '2018, Sushy Developers'
# openstackdocstheme options # openstackdocstheme options
openstackdocs_repo_name = 'openstack/sushy-tools' openstackdocs_repo_name = 'openstack/sushy-tools'
@ -214,8 +214,8 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]). # author, documentclass [howto, manual, or own class]).
latex_documents = [ latex_documents = [
('index', 'SushyToolsReleaseNotes.tex', ('index', 'SushyToolsReleaseNotes.tex',
u'Sushy Tools Release Notes Documentation', 'Sushy Tools Release Notes Documentation',
u'Ironic Developers', 'manual'), 'Ironic Developers', '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
@ -245,8 +245,8 @@ latex_documents = [
# (source start file, name, description, authors, manual section). # (source start file, name, description, authors, manual section).
man_pages = [ man_pages = [
('index', 'sushytoolsreleasenotes', ('index', 'sushytoolsreleasenotes',
u'Sushy Tools Release Notes Documentation', 'Sushy Tools Release Notes Documentation',
[u'Ironic Developers'], 1) ['Ironic Developers'], 1)
] ]
# If true, show URL addresses after external links. # If true, show URL addresses after external links.
@ -260,8 +260,8 @@ man_pages = [
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
('index', 'SushyToolsReleaseNotes', ('index', 'SushyToolsReleaseNotes',
u'Sushy Tools Release Notes Documentation', 'Sushy Tools Release Notes Documentation',
u'Ironic Developers', 'SushyToolsReleaseNotes', 'Ironic Developers', 'SushyToolsReleaseNotes',
'One line description of project.', 'One line description of project.',
'Miscellaneous'), 'Miscellaneous'),
] ]