From 4963c7ae14743d2542c8334e3175b7827750bb3d Mon Sep 17 00:00:00 2001 From: zhangboye Date: Sun, 3 Jan 2021 16:57:16 +0800 Subject: remove unicode from code Change-Id: I2521c2ba836b6a332883134112b6f99d996cc4e4 --- doc/source/conf.py | 6 +++--- releasenotes/source/conf.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index e3e269e..70fd0de 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -28,7 +28,7 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -copyright = u'OpenStack Foundation' +copyright = 'OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True @@ -53,8 +53,8 @@ htmlhelp_basename = 'neutronclientdoc' latex_documents = [ ('index', 'doc-python-neutronclient.tex', - u'python-neutronclient Documentation', - u'Neutron Contributors', 'manual'), + 'python-neutronclient Documentation', + 'Neutron Contributors', 'manual'), ] # Disable usage of xindy https://bugzilla.redhat.com/show_bug.cgi?id=1643664 diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 5b075fe..4982876 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 Client Release Notes' -copyright = u'2015, Neutron Developers' +project = 'Neutron Client Release Notes' +copyright = '2015, Neutron Developers' # Release notes are version independent. # The full version, including alpha/beta/rc tags. -- cgit v1.2.1