From 60fe998bead49d01665f0f43f3fde9879c02efe3 Mon Sep 17 00:00:00 2001 From: wangjiaqi07 Date: Thu, 25 Aug 2022 11:29:31 +0800 Subject: [PATCH] remove unicode from code Change-Id: Idd33e63c54e091bf390a9160a101c4baf6b464bc --- 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 494fe22f..4dba6bef 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -43,8 +43,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'os-net-config' -copyright = u'2013, OpenStack Foundation' +project = 'os-net-config' +copyright = '2013, OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True @@ -73,8 +73,8 @@ htmlhelp_basename = '%sdoc' % project latex_documents = [ ('index', '%s.tex' % project, - u'%s Documentation' % project, - u'OpenStack Foundation', 'manual'), + '%s Documentation' % project, + 'OpenStack Foundation', 'manual'), ] # Example configuration for intersphinx: refer to the Python standard library. diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 1c1b6720..0f23634f 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -55,8 +55,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'os-net-config Release Notes' -copyright = u'2018, OpenStackFoundation' +project = 'os-net-config Release Notes' +copyright = '2018, OpenStackFoundation' # openstackdocstheme options openstackdocs_repo_name = 'openstack/os-net-config'