From 034bdae33e1ea32fa9e14b9e4d19c0ca65f4b7a4 Mon Sep 17 00:00:00 2001 From: zhangtongjian <125163227@qq.com> Date: Tue, 5 Jan 2021 17:27:54 +0800 Subject: [PATCH] remove unicode from code Change-Id: Ic843e1edc22c29213957b67081345e1715ee0e34 --- doc/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 3fb2540..f3f4423 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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.