From 5c31cd7c0aa2a4dbdfa71eda73cf5f66c23193ec Mon Sep 17 00:00:00 2001 From: wangjiaqi07 Date: Thu, 25 Aug 2022 09:46:45 +0800 Subject: [PATCH] remove unicode from code Change-Id: Iddc557fcaa1677831b5d2a65cb2ee2e39f46385b --- doc/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 0e348bd..2ad75a9 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -28,8 +28,8 @@ extensions = [ master_doc = 'index' # General information about the project. -project = u'reno' -copyright = u'2013, OpenStack Foundation' +project = 'reno' +copyright = '2013, OpenStack Foundation' # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'native'