remove unicode from code

Change-Id: I248fa08a60a548908d6890e61f578b7b7f9aefa6
This commit is contained in:
niuke 2022-07-28 10:19:13 +08:00
parent cac701a531
commit 5c01e19b38
1 changed files with 4 additions and 4 deletions

View File

@ -37,8 +37,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'ceilometermiddleware'
copyright = u'2013, OpenStack Foundation'
project = 'ceilometermiddleware'
copyright = '2013, OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True
@ -69,8 +69,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.