summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorniuke <niuke19970315@163.com>2022-08-06 21:17:58 +0800
committerniuke <niuke19970315@163.com>2022-08-06 21:18:04 +0800
commitb0c3baf0bcf66612b263ef8e3375635ef2f4f42e (patch)
tree3649451cc0745cdfbfa86e8cfadec8ea35655db0
parent7b63f09b37e66f290127fcd0385672a7f93e24a8 (diff)
downloadoslo-vmware-b0c3baf0bcf66612b263ef8e3375635ef2f4f42e.tar.gz
remove unicode literal from code
Change-Id: I346b4d641505e8f9d4392eeda0485ace08b0625d
-rw-r--r--releasenotes/source/conf.py16
1 files 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'),