remove unicode from code

Change-Id: I1558fe97193ecdb5ac112a58928d14af5870dc2d
This commit is contained in:
wangjiaqi07 2022-08-25 09:53:20 +08:00
parent 055b8a76be
commit d2183f292d
2 changed files with 12 additions and 12 deletions

View File

@ -37,8 +37,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'release-test'
copyright = u'2013, OpenStack Foundation'
project = 'release-test'
copyright = '2013, OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True
@ -67,8 +67,8 @@ htmlhelp_basename = '%sdoc' % project
latex_documents = [
('index',
'%s.tex' % project,
u'%s Documentation' % project,
u'OpenStack Foundation', 'manual'),
'%s Documentation' % project,
'OpenStack Foundation', 'manual'),
]
# Example configuration for intersphinx: refer to the Python standard library.

View File

@ -55,8 +55,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'release-test Release Notes'
copyright = u'2016, release-test Developers'
project = 'release-test Release Notes'
copyright = '2016, release-test Developers'
# Release notes do not need a version in the title, they span
# multiple versions.
@ -208,8 +208,8 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'olso.configReleaseNotes.tex',
u'olso.config Release Notes Documentation',
u'release-test Developers', 'manual'),
'olso.config Release Notes Documentation',
'release-test Developers', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@ -239,8 +239,8 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'olso.configreleasenotes',
u'release-test Release Notes Documentation',
[u'release-test Developers'], 1)
'release-test Release Notes Documentation',
['release-test Developers'], 1)
]
# If true, show URL addresses after external links.
@ -254,8 +254,8 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
('index', 'release-testReleaseNotes',
u'release-test Release Notes Documentation',
u'release-test Developers', 'olso.configReleaseNotes',
'release-test Release Notes Documentation',
'release-test Developers', 'olso.configReleaseNotes',
'An OpenStack library for parsing configuration options from the command'
' line and configuration files.',
'Miscellaneous'),