remove unicode from code

Change-Id: Ib37849cbcedc697bf15c84b726e05378ab1aed43
This commit is contained in:
liyou01 2021-01-07 10:38:12 +08:00
parent 599e92589a
commit 82ed0f3ba0
1 changed files with 4 additions and 4 deletions

View File

@ -43,8 +43,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'coverage2sql'
copyright = u'2016-2019 OpenStack Foundation'
project = 'coverage2sql'
copyright = '2016-2019 OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True
@ -73,8 +73,8 @@ htmlhelp_basename = '%sdoc' % project
latex_documents = [
('index',
'doc-%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.