From 3fccddc44925bde3d2fa1fd37d3d17391892550f Mon Sep 17 00:00:00 2001 From: niuke Date: Thu, 28 Jul 2022 11:27:02 +0800 Subject: [PATCH] remove unicode from code Change-Id: I1a31333e5c0d631dd20e37551097237703168664 --- 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 6bd24137..fc9c8ebd 100644 --- 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 Helm Images' -copyright = u'2018, OpenStack Developers' +project = 'OpenStack Helm Images' +copyright = '2018, OpenStack Developers' # openstackdocstheme options openstackdocs_repo_name = 'openstack/openstack-helm-images' @@ -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.