From 273009f63d1766f0b84c7fbdf5b72e5bd6403ec7 Mon Sep 17 00:00:00 2001 From: xuanyandong Date: Sun, 3 Jan 2021 16:02:16 +0800 Subject: remove unicode from code Change-Id: Ia782bc7127a1cb967e2f475065b1fb963b9c184f --- releasenotes/source/conf.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'releasenotes') diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index efef05f..1705dd2 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -59,7 +59,7 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -copyright = u'2016, oslo.db Developers' +copyright = '2016, oslo.db Developers' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -188,8 +188,8 @@ htmlhelp_basename = 'oslo.configReleaseNotesdoc' # author, documentclass [howto, manual, or own class]). latex_documents = [ ('index', 'oslo.configReleaseNotes.tex', - u'oslo.db Release Notes Documentation', - u'oslo.db Developers', 'manual'), + 'oslo.db Release Notes Documentation', + 'oslo.db Developers', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -219,8 +219,8 @@ latex_documents = [ # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'oslo.configreleasenotes', - u'oslo.db Release Notes Documentation', - [u'oslo.db Developers'], 1) + 'oslo.db Release Notes Documentation', + ['oslo.db Developers'], 1) ] # If true, show URL addresses after external links. @@ -234,8 +234,8 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ ('index', 'oslo.dbReleaseNotes', - u'oslo.db Release Notes Documentation', - u'oslo.db Developers', 'oslo.configReleaseNotes', + 'oslo.db Release Notes Documentation', + 'oslo.db Developers', 'oslo.configReleaseNotes', 'An OpenStack library for parsing configuration options from the command' ' line and configuration files.', 'Miscellaneous'), -- cgit v1.2.1