From 793cf08ea2715b158e4ed245e5e60949a60ba7de Mon Sep 17 00:00:00 2001 From: liyou01 Date: Thu, 7 Jan 2021 10:58:11 +0800 Subject: [PATCH] remove unicode from code Change-Id: I4a0ca10ef66d53645249246926adc8212ea36a01 --- 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 c71f941..a9d7f99 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'Devstack Plugin NFS' -copyright = u'2013, OpenStack Foundation' +project = 'Devstack Plugin NFS' +copyright = '2013, OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True @@ -72,8 +72,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.