From a3ce358aa4fa7313670da967428c6a4b4ac9d4ae Mon Sep 17 00:00:00 2001 From: niuke Date: Mon, 29 Aug 2022 19:14:55 +0800 Subject: [PATCH] remove unicode prefix from code Change-Id: Ic6523dfb55fce1c7982bea8ff2a750e9c67aafaf --- 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 6665e41..6f0b822 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -35,8 +35,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'python-dracclient' -copyright = u'OpenStack Foundation' +project = 'python-dracclient' +copyright = 'OpenStack Foundation' # 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 Documentation' % project, - u'OpenStack Foundation', 'manual'), + '%s Documentation' % project, + 'OpenStack Foundation', 'manual'), ] # Example configuration for intersphinx: refer to the Python standard library.