From ad617c3235c21cc06e4b109366d1bb2e5169b2fc Mon Sep 17 00:00:00 2001 From: niuke Date: Thu, 28 Jul 2022 09:29:50 +0800 Subject: [PATCH] remove unicode from code Change-Id: Ic03ce6fe5e1a68b34dc3a945f814ff7d4fa0f796 --- 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 875574c..eeeab3d 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -54,8 +54,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'designate-specs' -copyright = u'%s, OpenStack Foundation' % datetime.date.today().year +project = 'designate-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'), ] # openstackdocstheme options