remove unicode from code

Change-Id: If002d845347b2e215d36df3ff73b743745e46131
This commit is contained in:
LiZekun 2022-01-11 21:51:28 +08:00
parent 561ee09c03
commit 13dbe7435f
2 changed files with 12 additions and 12 deletions

View File

@ -70,8 +70,8 @@ source_suffix = '.rst'
master_doc = 'index' master_doc = 'index'
# General information about the project. # General information about the project.
project = u'kayobe' project = 'kayobe'
copyright = u'2013, OpenStack Foundation' copyright = '2013, OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text. # If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True add_function_parentheses = True
@ -108,8 +108,8 @@ htmlhelp_basename = '%sdoc' % project
latex_documents = [ latex_documents = [
('index', ('index',
'doc-%s.tex' % project, 'doc-%s.tex' % project,
u'%s Documentation' % project, '%s Documentation' % project,
u'OpenStack Foundation', 'manual'), 'OpenStack Foundation', 'manual'),
] ]
# Disable usage of xindy https://bugzilla.redhat.com/show_bug.cgi?id=1643664 # Disable usage of xindy https://bugzilla.redhat.com/show_bug.cgi?id=1643664

View File

@ -45,8 +45,8 @@ source_suffix = '.rst'
master_doc = 'index' master_doc = 'index'
# General information about the project. # General information about the project.
project = u'Kayobe Release Notes' project = 'Kayobe Release Notes'
copyright = u'2018, The Kayobe team' copyright = '2018, The Kayobe team'
# Release notes do not need a version number in the title, they # Release notes do not need a version number in the title, they
# cover multiple releases. # cover multiple releases.
@ -181,8 +181,8 @@ htmlhelp_basename = 'KayobeReleaseNotesdoc'
# author, documentclass [howto, manual, or own class]). # author, documentclass [howto, manual, or own class]).
latex_documents = [ latex_documents = [
('index', 'KayobeReleaseNotes.tex', ('index', 'KayobeReleaseNotes.tex',
u'Kayobe Release Notes Documentation', 'Kayobe Release Notes Documentation',
u'Kayobe Developers', 'manual'), 'Kayobe 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
@ -212,8 +212,8 @@ latex_documents = [
# (source start file, name, description, authors, manual section). # (source start file, name, description, authors, manual section).
man_pages = [ man_pages = [
('index', 'kayobereleasenotes', ('index', 'kayobereleasenotes',
u'Kayobe Release Notes Documentation', 'Kayobe Release Notes Documentation',
[u'Kayobe Developers'], 1) ['Kayobe Developers'], 1)
] ]
# If true, show URL addresses after external links. # If true, show URL addresses after external links.
@ -227,8 +227,8 @@ man_pages = [
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
('index', 'KayobeReleaseNotes', ('index', 'KayobeReleaseNotes',
u'Kayobe Release Notes Documentation', 'Kayobe Release Notes Documentation',
u'Kayobe Developers', 'Kayobe Developers',
'kayobereleasenotes', 'kayobereleasenotes',
'Deployment of containerised OpenStack to bare metal.', 'Deployment of containerised OpenStack to bare metal.',
'Miscellaneous'), 'Miscellaneous'),