From d576943e056b2ca37e1fe0bbce1d1587705ac704 Mon Sep 17 00:00:00 2001 From: jiaqi07 Date: Tue, 2 Aug 2022 16:26:36 +0800 Subject: [PATCH] remove unicode from code Change-Id: I53703f067fb41c27e42a107883ad2562c6be4edb --- 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 4c8e06ed..e6f80f39 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -42,7 +42,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 @@ latex_engine = 'xelatex' latex_documents = [ ('index', 'doc-sushy-tools.tex', - u'Sushy Tools Documentation', - u'OpenStack Foundation', 'manual'), + 'Sushy Tools Documentation', + 'OpenStack Foundation', 'manual'), ] # Example configuration for intersphinx: refer to the Python standard library.