remove unicode from code

Change-Id: Ic5a16716ce9c3a0909e7ac49dc1138a54329cc84
This commit is contained in:
XinxinShen 2021-01-05 14:42:35 +08:00
parent 46a6675b88
commit fdf3f43945
1 changed files with 4 additions and 4 deletions

View File

@ -54,8 +54,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'masakari-specs'
copyright = u'%s, OpenStack Foundation' % datetime.date.today().year
project = 'masakari-specs'
copyright = '%s, OpenStack Foundation' % datetime.date.today().year
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True
@ -89,8 +89,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.