From 449387e98e5a0491c7dac5c3e94a11c776427e51 Mon Sep 17 00:00:00 2001 From: wangjiaqi07 Date: Fri, 26 Aug 2022 18:55:27 +0800 Subject: [PATCH] remove unicode from code Change-Id: Iae4c10467e9e627c9c53defd256270fc559fab16 --- 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 aa295c3..cc65908 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -27,8 +27,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'pymod2pkg' -copyright = u'2016, OpenStack Foundation' +project = 'pymod2pkg' +copyright = '2016, OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True