From e40e7d85e723fd7b3b71460a06c8db946e8613b7 Mon Sep 17 00:00:00 2001 From: zhangtongjian <125163227@qq.com> Date: Tue, 5 Jan 2021 17:13:46 +0800 Subject: [PATCH] remove unicode from code Change-Id: I9aaaebf62f6c2633999fc31e1f35c79327481448 --- 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 370bd8c..258652a 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -73,8 +73,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'oslo-specs' -copyright = u'%s, OpenStack Foundation' % datetime.date.today().year +project = 'oslo-specs' +copyright = '%s, OpenStack Foundation' % datetime.date.today().year # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True @@ -104,8 +104,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.