From 7603de09b98b93128aea18a3808d2ae1ffe1126b Mon Sep 17 00:00:00 2001 From: "Q.hongtao" Date: Sun, 3 Jan 2021 10:09:41 +0800 Subject: [PATCH] Remove unicode from dashboard Change-Id: Ibaaa569b62bdb7f6f0d1cd4c8510a7d8270bf495 --- doc/source/conf.py | 8 ++++---- releasenotes/source/conf.py | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 29dfcb0..dedba1c 100644 --- 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'vitrage-dashboard' -copyright = u'2016, OpenStack Foundation' +project = 'vitrage-dashboard' +copyright = '2016, OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True @@ -79,8 +79,8 @@ latex_elements = { latex_documents = [ ('index', 'doc-%s.tex' % project, - u'%s Documentation' % project, - u'OpenStack Foundation', 'manual', True), + '%s Documentation' % project, + 'OpenStack Foundation', 'manual', True), ] # Example configuration for intersphinx: refer to the Python standard library. diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 38faa38..f972d52 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -37,8 +37,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'vitrage-dashboard releasenotes' -copyright = u'2016, Vitrage developers' +project = 'vitrage-dashboard releasenotes' +copyright = '2016, Vitrage developers' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True @@ -66,8 +66,8 @@ htmlhelp_basename = '%sdoc' % project latex_documents = [ ('index', '%s.tex' % project, - u'%s Vitrage-Dashboard ReleaseNotes' % project, - u'Vitrage developers', 'manual'), + '%s Vitrage-Dashboard ReleaseNotes' % project, + 'Vitrage developers', 'manual'), ] # Example configuration for intersphinx: refer to the Python standard library.