From f9ed48e9205ca20bc925926d781ebd59e810d6f9 Mon Sep 17 00:00:00 2001 From: xuanyandong Date: Sun, 3 Jan 2021 16:22:19 +0800 Subject: [PATCH] remove unicode from code Change-Id: I2384088d8bd5fb483ed0f9239f1e30ba1ab0229e --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index d4d6fae..2e70385 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -37,7 +37,7 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -copyright = u'2020, OpenStack Foundation' +copyright = '2020, OpenStack Foundation' # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'native'