From 5d641033d40ac53fdae7c12b070a9c54dac6a49c Mon Sep 17 00:00:00 2001 From: likui Date: Sun, 3 Jan 2021 16:42:29 +0800 Subject: remove unicode from code Implements: blueprint remove-unicode Change-Id: Ib7eb517f404fe87b880f7091366721d2cfc5cdf8 --- releasenotes/source/conf.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'releasenotes') diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 25398e44..055537e2 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -62,8 +62,8 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'Trove Release Notes' -copyright = u'2015, Trove Developers' +project = 'Trove Release Notes' +copyright = '2015, Trove Developers' # Release notes are version independent. # The short X.Y version. @@ -214,8 +214,8 @@ latex_elements = { # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - ('index', 'TroveReleaseNotes.tex', u'Trove Release Notes Documentation', - u'Trove Developers', 'manual'), + ('index', 'TroveReleaseNotes.tex', 'Trove Release Notes Documentation', + 'Trove Developers', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -244,8 +244,8 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'trovereleasenotes', u'Trove Release Notes Documentation', - [u'Trove Developers'], 1) + ('index', 'trovereleasenotes', 'Trove Release Notes Documentation', + ['Trove Developers'], 1) ] # If true, show URL addresses after external links. @@ -258,8 +258,8 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - ('index', 'TroveReleaseNotes', u'Trove Release Notes Documentation', - u'Trove Developers', 'TroveReleaseNotes', + ('index', 'TroveReleaseNotes', 'Trove Release Notes Documentation', + 'Trove Developers', 'TroveReleaseNotes', 'One line description of project.', 'Miscellaneous'), ] -- cgit v1.2.1