From 57788b6a32883bb16f22e043914ec031f708ca9b Mon Sep 17 00:00:00 2001 From: niuke Date: Sat, 27 Aug 2022 16:31:31 +0800 Subject: [PATCH] remove unicode prefix from code Change-Id: Ie9e4694d3ab95dc99834caa7d11320582b42a39d --- 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 a25417d..ea80bc3 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -43,8 +43,8 @@ todo_include_todos = True master_doc = 'index' # General information about the project. -project = u'Monasca Specs' -copyright = u'%s, Monasca Team' % datetime.date.today().year +project = 'Monasca Specs' +copyright = '%s, Monasca Team' % datetime.date.today().year # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.