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