From 3ada2fb8b093d489e7eb69a338c848453f721650 Mon Sep 17 00:00:00 2001 From: niuke Date: Mon, 15 Aug 2022 11:16:14 +0800 Subject: [PATCH] remove unicode prefix from code Change-Id: I55f1536dec190d2a62afe6f50b2099cbcb6c24ad --- doc/source/conf.py | 6 +++--- releasenotes/source/conf.py | 18 +++++++++--------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 43894ebdd..0669681cf 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -48,7 +48,7 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -copyright = u'2017, Various members of the OpenStack Foundation' +copyright = '2017, Various members of the OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True @@ -79,8 +79,8 @@ htmlhelp_basename = 'openstacksdkdoc' latex_documents = [ ('index', 'doc-openstacksdk.tex', - u'OpenStackSDK Documentation', - u'OpenStack Foundation', 'manual'), + 'OpenStackSDK Documentation', + 'OpenStack Foundation', 'manual'), ] # Allow deeper levels of nesting for \begin...\end stanzas diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index e21e447b5..ead946fab 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -59,7 +59,7 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -copyright = u'2017, Various members of the OpenStack Foundation' +copyright = '2017, Various members of the OpenStack Foundation' # Release notes are version independent. # The short X.Y version. @@ -198,8 +198,8 @@ htmlhelp_basename = 'shadeReleaseNotesdoc' # author, documentclass [howto, manual, or own class]). latex_documents = [ ('index', 'shadeReleaseNotes.tex', - u'Shade Release Notes Documentation', - u'Shade Developers', 'manual'), + 'Shade Release Notes Documentation', + 'Shade Developers', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -229,8 +229,8 @@ latex_documents = [ # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'shadereleasenotes', - u'shade Release Notes Documentation', - [u'shade Developers'], 1) + 'shade Release Notes Documentation', + ['shade Developers'], 1) ] # If true, show URL addresses after external links. @@ -244,10 +244,10 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ ('index', 'shadeReleaseNotes', - u'shade Release Notes Documentation', - u'shade Developers', 'shadeReleaseNotes', - u'A client library for interacting with OpenStack clouds', - u'Miscellaneous'), + 'shade Release Notes Documentation', + 'shade Developers', 'shadeReleaseNotes', + 'A client library for interacting with OpenStack clouds', + 'Miscellaneous'), ] # Documents to append as an appendix to all manuals.