From c81501c91051d47cb26be93d0b9b84dcff84f3e6 Mon Sep 17 00:00:00 2001 From: jiaqi07 Date: Wed, 3 Aug 2022 17:44:16 +0800 Subject: [PATCH] remove unicode from code Change-Id: I1f602209937866a44106129f3167fc659f657524 --- 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 5c8d8235..f3659c2d 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -37,8 +37,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'openstack' -copyright = u'2017, OpenStack Developers' +project = 'openstack' +copyright = '2017, OpenStack Developers' # openstackdocstheme options repository_name = 'openstack/manila-tempest-plugin' @@ -73,8 +73,8 @@ htmlhelp_basename = '%sdoc' % project latex_documents = [ ('index', '%s.tex' % project, - u'%s Documentation' % project, - u'OpenStack Developers', 'manual'), + '%s Documentation' % project, + 'OpenStack Developers', 'manual'), ] # Example configuration for intersphinx: refer to the Python standard library.