From 7aac77d40671f23d6a046bdf1dd2f1607843642e Mon Sep 17 00:00:00 2001 From: wangjiaqi07 Date: Wed, 24 Aug 2022 20:29:13 +0800 Subject: [PATCH] remove unicode from code Change-Id: Id68c3c917acaef59f5cb92dea035d0e104c92a57 --- 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 e9a97be..75efe08 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -45,7 +45,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 @@ -78,8 +78,8 @@ htmlhelp_basename = 'virtualbmcdoc' latex_documents = [ ('index', 'doc-virtualbmc.tex', - u'VirtualBMC Documentation', - u'OpenStack Foundation', 'manual'), + 'VirtualBMC Documentation', + 'OpenStack Foundation', 'manual'), ] # Example configuration for intersphinx: refer to the Python standard library.