remove unicode literal from code

Change-Id: I8bc6f29b7f87f6a8bfb3044d3368241d2a247364
This commit is contained in:
niuke 2022-08-06 21:05:59 +08:00 committed by Gage Hugo
parent 1072f9de5c
commit c9a578b3fe
1 changed files with 8 additions and 8 deletions

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'OpenStack Helm Images Release Notes' project = 'OpenStack Helm Images Release Notes'
copyright = u'2018, OpenStack Developers' copyright = '2018, OpenStack Developers'
# openstackdocstheme options # openstackdocstheme options
openstackdocs_repo_name = 'openstack/openstack-helm-images' openstackdocs_repo_name = 'openstack/openstack-helm-images'
@ -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', 'OpenStack-Helm-ImagesReleaseNotes.tex', ('index', 'OpenStack-Helm-ImagesReleaseNotes.tex',
u'OpenStack-Helm-Images Release Notes Documentation', 'OpenStack-Helm-Images 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', 'OpenStack-Helm-Imagesrereleasenotes', ('index', 'OpenStack-Helm-Imagesrereleasenotes',
u'OpenStack-Helm-Images Release Notes Documentation', 'OpenStack-Helm-Images 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', 'OpenStack-Helm-Images ReleaseNotes', ('index', 'OpenStack-Helm-Images ReleaseNotes',
u'OpenStack-Helm-Images Release Notes Documentation', 'OpenStack-Helm-Images Release Notes Documentation',
u'OpenStack Foundation', 'OpenStack-Helm-ImagesReleaseNotes', 'OpenStack Foundation', 'OpenStack-Helm-ImagesReleaseNotes',
'One line description of project.', 'One line description of project.',
'Miscellaneous'), 'Miscellaneous'),
] ]