From e8a66da62787e06ed4b8ce9c05087a57ba85b26c Mon Sep 17 00:00:00 2001 From: niuke Date: Wed, 24 Aug 2022 19:41:01 +0800 Subject: [PATCH] remove unicode prefix from code Change-Id: I867dd90aba8f504137dee53b9ce4f025b75ff6de --- releasenotes/source/conf.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index e82f197..af9113c 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -222,8 +222,8 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ ('index', 'OpenStackAnsibleReleaseNotes.tex', - u'OpenStack-Ansible Release Notes Documentation', - u'OpenStack-Ansible Developers', 'manual'), + 'OpenStack-Ansible Release Notes Documentation', + 'OpenStack-Ansible Developers', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -253,8 +253,8 @@ latex_documents = [ # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'openstackansiblereleasenotes', - u'OpenStack-Ansible Release Notes Documentation', - [u'OpenStack-Ansible Developers'], 1) + 'OpenStack-Ansible Release Notes Documentation', + ['OpenStack-Ansible Developers'], 1) ] # If true, show URL addresses after external links. @@ -268,8 +268,8 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ ('index', 'OpenStackAnsibleReleaseNotes', - u'OpenStack-Ansible Release Notes Documentation', - u'OpenStack-Ansible Developers', 'OpenStackAnsibleReleaseNotes', + 'OpenStack-Ansible Release Notes Documentation', + 'OpenStack-Ansible Developers', 'OpenStackAnsibleReleaseNotes', 'One line description of project.', 'Miscellaneous'), ]