remove unicode from code

Change-Id: I09d641c27372bba638aa8be207d27d80c8ec01ab
This commit is contained in:
xuanyandong 2021-01-03 16:06:59 +08:00
parent a5c678ce8b
commit 6115a3ea87
2 changed files with 10 additions and 10 deletions

View File

@ -36,8 +36,8 @@ apidoc_separate_modules = True
master_doc = 'index'
# General information about the project.
project = u'oslo.limit'
copyright = u'2018, OpenStack Foundation'
project = 'oslo.limit'
copyright = '2018, OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True

View File

@ -57,8 +57,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'oslo.limit Release Notes'
copyright = u'2018, OpenStack Foundation'
project = 'oslo.limit Release Notes'
copyright = '2018, OpenStack Foundation'
# Release notes are version independent
@ -206,8 +206,8 @@ latex_elements = {
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'oslo.limitReleaseNotes.tex',
u'oslo.limit Release Notes Documentation',
u'oslo.limit Developers', 'manual'),
'oslo.limit Release Notes Documentation',
'oslo.limit Developers', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@ -237,8 +237,8 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'oslo.limitreleasenotes',
u'oslo.limit Release Notes Documentation',
[u'oslo.limit Developers'], 1)
'oslo.limit Release Notes Documentation',
['oslo.limit Developers'], 1)
]
# If true, show URL addresses after external links.
@ -252,8 +252,8 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
('index', 'oslo.limitReleaseNotes',
u'oslo.limit Release Notes Documentation',
u'oslo.limit Developers', 'oslo.limitReleaseNotes',
'oslo.limit Release Notes Documentation',
'oslo.limit Developers', 'oslo.limitReleaseNotes',
'Limit enforcement library for OpenStack.',
'Miscellaneous'),
]