From b0c3baf0bcf66612b263ef8e3375635ef2f4f42e Mon Sep 17 00:00:00 2001 From: niuke Date: Sat, 6 Aug 2022 21:17:58 +0800 Subject: remove unicode literal from code Change-Id: I346b4d641505e8f9d4392eeda0485ace08b0625d --- releasenotes/source/conf.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 9d85406..ef0dec4 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -60,8 +60,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'oslo.vmware Release Notes' -copyright = u'2016, oslo.vmware Developers' +project = 'oslo.vmware Release Notes' +copyright = '2016, oslo.vmware Developers' # Release notes do not need a version in the title, they span # multiple versions. @@ -208,8 +208,8 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ ('index', 'oslo.vmwareReleaseNotes.tex', - u'oslo.vmware Release Notes Documentation', - u'oslo.vmware Developers', 'manual'), + 'oslo.vmware Release Notes Documentation', + 'oslo.vmware Developers', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -239,8 +239,8 @@ latex_documents = [ # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'oslo.vmwareReleaseNotes', - u'oslo.vmware Release Notes Documentation', - [u'oslo.vmware Developers'], 1) + 'oslo.vmware Release Notes Documentation', + ['oslo.vmware Developers'], 1) ] # If true, show URL addresses after external links. @@ -254,8 +254,8 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ ('index', 'oslo.vmwareReleaseNotes', - u'oslo.vmware Release Notes Documentation', - u'oslo.vmware Developers', 'oslo.vmwareReleaseNotes', + 'oslo.vmware Release Notes Documentation', + 'oslo.vmware Developers', 'oslo.vmwareReleaseNotes', 'The Oslo VMware library provides support for common VMware operations' ' and APIs.', 'Miscellaneous'), -- cgit v1.2.1