From 5c01e19b3846c1a0308d68d428c0cee440172dae Mon Sep 17 00:00:00 2001 From: niuke Date: Thu, 28 Jul 2022 10:19:13 +0800 Subject: remove unicode from code Change-Id: I248fa08a60a548908d6890e61f578b7b7f9aefa6 --- doc/source/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index eb3c34c..fcbbd94 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'ceilometermiddleware' -copyright = u'2013, OpenStack Foundation' +project = 'ceilometermiddleware' +copyright = '2013, OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True @@ -69,8 +69,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. -- cgit v1.2.1