From 67762a75fe068577bd333faace9196b68fb70ca6 Mon Sep 17 00:00:00 2001 From: wangjiaqi07 Date: Tue, 21 Mar 2023 09:35:05 +0800 Subject: [PATCH] remove unicode from code Change-Id: I7f178ddb283c89cfc975ceaf05a609404351229e --- api-ref/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index b60245e..4286e44 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -29,7 +29,7 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -copyright = u'2016-present, OpenStack Foundation' +copyright = '2016-present, OpenStack Foundation' # openstackdocstheme options openstackdocs_repo_name = 'openstack/venus' @@ -59,6 +59,6 @@ html_theme_options = { # [howto/manual]). latex_documents = [ ('index', 'Venus.tex', - u'OpenStack Log Management Service API Documentation', - u'OpenStack Foundation', 'manual'), + 'OpenStack Log Management Service API Documentation', + 'OpenStack Foundation', 'manual'), ]