From ae031a2811f160efcd7bdd0ced7309913f6595c3 Mon Sep 17 00:00:00 2001 From: niuke Date: Thu, 25 Aug 2022 10:22:27 +0800 Subject: [PATCH] remove unicode prefix from code Change-Id: Ie6d0aef6e2ea2dd7b328c362144bd0981f641ca9 --- doc/source/conf.py | 8 ++++---- releasenotes/source/conf.py | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 14654d6..f993c4d 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -82,8 +82,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'Neutron FWaaS Dashboard' -copyright = u'2017, OpenStack Foundation' +project = 'Neutron FWaaS Dashboard' +copyright = '2017, OpenStack Foundation' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -210,6 +210,6 @@ htmlhelp_basename = 'neutronfwaasdashboarddoc' latex_documents = [ ('index', 'doc-neutron-fwaas-dashboard.tex', - u'Neutron FWaaS Dashboard Documentation', - u'Neutron Contributors', 'howto'), + 'Neutron FWaaS Dashboard Documentation', + 'Neutron Contributors', 'howto'), ] diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 09c1371..8038822 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -61,8 +61,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'Neutron FWaaS Dashboard Release Notes' -copyright = u'2017, OpenStack Foundation' +project = 'Neutron FWaaS Dashboard Release Notes' +copyright = '2017, OpenStack Foundation' # Release notes are version independent. # The full version, including alpha/beta/rc tags.