remove unicode prefix from code

Change-Id: Ie5d6e0f2c5435dc66bd81e58e27a706e1e1c75ac
This commit is contained in:
niuke 2022-08-27 16:13:58 +08:00
parent a63bb7081c
commit ddbd6594d5
2 changed files with 11 additions and 11 deletions

View File

@ -37,7 +37,7 @@ source_suffix = '.rst'
master_doc = 'index' master_doc = 'index'
# General information about the project. # General information about the project.
copyright = u'2017, OpenStack Developers' copyright = '2017, OpenStack Developers'
# openstackdocstheme options # openstackdocstheme options
openstackdocs_repo_name = 'openstack/ironic-python-agent-builder' openstackdocs_repo_name = 'openstack/ironic-python-agent-builder'
@ -72,8 +72,8 @@ htmlhelp_basename = 'ironic-python-agent-builderdoc'
latex_documents = [ latex_documents = [
('index', ('index',
'doc-ironic-python-agent-builder.tex', 'doc-ironic-python-agent-builder.tex',
u'Ironic Python Agent Builder Documentation', 'Ironic Python Agent Builder Documentation',
u'OpenStack Developers', 'manual'), 'OpenStack Developers', 'manual'),
] ]
# Example configuration for intersphinx: refer to the Python standard library. # Example configuration for intersphinx: refer to the Python standard library.

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'Ironic Python Agent Builder Release Notes' project = 'Ironic Python Agent Builder Release Notes'
copyright = u'2017, OpenStack Developers' copyright = '2017, OpenStack Developers'
# openstackdocstheme options # openstackdocstheme options
openstackdocs_repo_name = 'openstack/ironic-python-agent-builder' openstackdocs_repo_name = 'openstack/ironic-python-agent-builder'
@ -212,8 +212,8 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]). # author, documentclass [howto, manual, or own class]).
latex_documents = [ latex_documents = [
('index', 'ironic_python_agent_builderReleaseNotes.tex', ('index', 'ironic_python_agent_builderReleaseNotes.tex',
u'Ironic Python Agent Builder Release Notes Documentation', 'Ironic Python Agent Builder 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
@ -243,8 +243,8 @@ latex_documents = [
# (source start file, name, description, authors, manual section). # (source start file, name, description, authors, manual section).
man_pages = [ man_pages = [
('index', 'ironic_python_agent_builderrereleasenotes', ('index', 'ironic_python_agent_builderrereleasenotes',
u'Ironic Python Agent Builder Release Notes Documentation', 'Ironic Python Agent Builder 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.
@ -258,8 +258,8 @@ man_pages = [
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
('index', 'ironic_python_agent_builder ReleaseNotes', ('index', 'ironic_python_agent_builder ReleaseNotes',
u'Ironic Python Agent Builder Release Notes Documentation', 'Ironic Python Agent Builder Release Notes Documentation',
u'OpenStack Foundation', 'ironic_python_agent_builderReleaseNotes', 'OpenStack Foundation', 'ironic_python_agent_builderReleaseNotes',
'Release notes for Ironic Python Agent Builder.', 'Release notes for Ironic Python Agent Builder.',
'Miscellaneous'), 'Miscellaneous'),
] ]