From ce437b75234a958a59f4f1cb1f86bfe473c6d599 Mon Sep 17 00:00:00 2001 From: jiaqi07 Date: Sat, 6 Aug 2022 08:58:46 +0800 Subject: [PATCH] remove unicode from code Change-Id: I23078d93d768deee0e8b93cbe254aea104e21f33 --- 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 1d705f4..01c2a4b 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -41,7 +41,7 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -copyright = u'2016, OpenStack Foundation' +copyright = '2016, OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True @@ -70,8 +70,8 @@ htmlhelp_basename = 'ironic-tempest-plugindoc' latex_documents = [ ('index', 'doc-ironic-tempest-plugin.tex', - u'Ironic Tempest Plugin Documentation', - u'OpenStack Foundation', 'manual'), + 'Ironic Tempest Plugin Documentation', + 'OpenStack Foundation', 'manual'), ] # Example configuration for intersphinx: refer to the Python standard library.