From 1aeae881bf267653d60b1ea5ce0ac6da47e716ed Mon Sep 17 00:00:00 2001 From: niuke Date: Wed, 27 Jul 2022 16:49:45 +0800 Subject: [PATCH] remove unicode from code Change-Id: I5e402bff14a6b96c3019a10ef223f03883214a91 --- 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 1a46cf0..beb7dfc 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'reviewstats' -copyright = u'2013, OpenStack Foundation' +project = 'reviewstats' +copyright = '2013, 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', '%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.