summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-04-16 12:15:34 +0000
committerGerrit Code Review <review@openstack.org>2021-04-16 12:15:34 +0000
commit77cc11a526c64b24dfc91ef023abed4009b734fe (patch)
treec02fb74187a7b5c70f1b5ae5765c7d38cbb360e1 /releasenotes
parentc4dbedfdc32ede1081fa45718cdc2bcb2b39594b (diff)
parent273009f63d1766f0b84c7fbdf5b72e5bd6403ec7 (diff)
downloadoslo-db-77cc11a526c64b24dfc91ef023abed4009b734fe.tar.gz
Merge "remove unicode from code"
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'),