From 82ed0f3ba030a4bb88ccc75fb5e4c8c1b6db2e03 Mon Sep 17 00:00:00 2001 From: liyou01 Date: Thu, 7 Jan 2021 10:38:12 +0800 Subject: [PATCH] remove unicode from code Change-Id: Ib37849cbcedc697bf15c84b726e05378ab1aed43 --- doc/source/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 825086f..0ffa03d 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -43,8 +43,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'coverage2sql' -copyright = u'2016-2019 OpenStack Foundation' +project = 'coverage2sql' +copyright = '2016-2019 OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True @@ -73,8 +73,8 @@ htmlhelp_basename = '%sdoc' % project latex_documents = [ ('index', 'doc-%s.tex' % project, - u'%s Documentation' % project, - u'OpenStack Foundation', 'manual'), + '%s Documentation' % project, + 'OpenStack Foundation', 'manual'), ] # Example configuration for intersphinx: refer to the Python standard library.