From 62fa5b1d7c8c1c9ed2f65b664915e0d89a642dd1 Mon Sep 17 00:00:00 2001 From: niuke Date: Thu, 25 Aug 2022 13:45:32 +0800 Subject: [PATCH] remove unicode prefix from code Change-Id: Icda4ff4262cbff8373df94acb6aded781f4a4ea6 --- 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 961147d..34b84de 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'murano-tempest-plugin' -copyright = u'2017, OpenStack Developers' +project = 'murano-tempest-plugin' +copyright = '2017, OpenStack Developers' # openstackdocstheme options openstackdocs_repo_name = 'openstack/murano-tempest-plugin' @@ -74,8 +74,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.