From 2c34c29134ae807015d93ee27df949ced0d70088 Mon Sep 17 00:00:00 2001 From: niuke Date: Thu, 28 Jul 2022 13:46:37 +0800 Subject: [PATCH] remove unicode from code Change-Id: I56e457c0c52405d8f9c8ef12374e43353278f74d --- doc/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 83601ec82..f8354c4ee 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -49,7 +49,7 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -copyright = u'OpenStack Developers' +copyright = 'OpenStack Developers' config_generator_config_file = '../../tools/config-generator.conf' sample_config_basename = '_static/ironic-inspector' @@ -112,8 +112,8 @@ latex_documents = [ ( 'index', 'doc-ironic-inspector.tex', - u'Ironic Inspector Documentation', - u'OpenStack Foundation', + 'Ironic Inspector Documentation', + 'OpenStack Foundation', 'manual' ), ]