remove unicode from code

Change-Id: Ie7c41836f1072669f634e37d38e1ab9ab4a9c925
This commit is contained in:
zhangtongjian 2021-01-05 17:29:27 +08:00
parent 70a7c6d7dd
commit 61cd5cfa8c
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'openstack-specs'
copyright = u'%s, OpenStack Foundation' % datetime.date.today().year
project = 'openstack-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.