summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorxuanyandong <xuanyandong@inspur.com>2021-01-03 16:02:16 +0800
committerxuanyandong <xuanyandong@inspur.com>2021-01-03 16:02:16 +0800
commit273009f63d1766f0b84c7fbdf5b72e5bd6403ec7 (patch)
tree8721758a32356bcc7c5bf72d73d3188f4d378012 /releasenotes
parent503db6071acebdabffa994ef86829eb438249db4 (diff)
downloadoslo-db-273009f63d1766f0b84c7fbdf5b72e5bd6403ec7.tar.gz
remove unicode from code
Change-Id: Ia782bc7127a1cb967e2f475065b1fb963b9c184f
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/source/conf.py14
1 files changed, 7 insertions, 7 deletions
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'),