remove unicode prefix from code

Change-Id: I96b186aff411e6ba9e145de9dc668a77fe812182
This commit is contained in:
niuke 2022-08-29 18:46:25 +08:00
parent 609f4af8c8
commit 12d6268a74
1 changed files with 4 additions and 4 deletions

View File

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