remove unicode from code

Change-Id: Ic843e1edc22c29213957b67081345e1715ee0e34
This commit is contained in:
zhangtongjian 2021-01-05 17:27:54 +08:00
parent 0b51f5917c
commit 034bdae33e
1 changed files with 3 additions and 3 deletions

View File

@ -54,8 +54,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'Ironic Inspector Specs'
copyright = u'%s, OpenStack Ironic Inspector Team' % datetime.date.today().year
project = 'Ironic Inspector Specs'
copyright = '%s, OpenStack Ironic Inspector Team' % datetime.date.today().year
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True
@ -88,7 +88,7 @@ latex_documents = [
('index',
'doc-ironic-inspector-specs.tex',
project,
u'OpenStack Ironic Inspector Team', 'manual'),
'OpenStack Ironic Inspector Team', 'manual'),
]
# Example configuration for intersphinx: refer to the Python standard library.