summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-02-09 11:13:53 +0000
committerGerrit Code Review <review@openstack.org>2021-02-09 11:13:53 +0000
commit44b1028f0a01ac65644ae87028c639ac0b8ff41f (patch)
tree510ad6f56aec69cf0625ab6b3a312b1b6fc484bf
parentde243e7a72097246a1c9be9072a4322df38927b2 (diff)
parentca3e551fc38825de5e49b9a9a7cb90b8ee17dbbf (diff)
downloadoslo-policy-44b1028f0a01ac65644ae87028c639ac0b8ff41f.tar.gz
Merge "remove unicode from code"
-rw-r--r--doc/source/conf.py2
-rw-r--r--releasenotes/source/conf.py14
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index efe780c..e390675 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -67,7 +67,7 @@ html_theme = 'openstackdocs'
# -- Options for man page output ---------------------------------------------
# Grouping the document tree for man pages.
-# List of tuples 'sourcefile', 'target', u'title', u'Authors name', 'manual'
+# List of tuples 'sourcefile', 'target', 'title', 'Authors name', 'manual'
_man_pages = [
(
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index 23e98c1..90ab859 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -57,7 +57,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-copyright = u'2016, oslo.policy Developers'
+copyright = '2016, oslo.policy Developers'
# Release notes do not need a version in the title, they span
# multiple versions.
@@ -197,8 +197,8 @@ htmlhelp_basename = 'oslo.policyReleaseNotesDoc'
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'oslo.policyReleaseNotes.tex',
- u'oslo.policy Release Notes Documentation',
- u'oslo.policy Developers', 'manual'),
+ 'oslo.policy Release Notes Documentation',
+ 'oslo.policy Developers', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -228,8 +228,8 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'oslo.policyReleaseNotes',
- u'oslo.policy Release Notes Documentation',
- [u'oslo.policy Developers'], 1)
+ 'oslo.policy Release Notes Documentation',
+ ['oslo.policy Developers'], 1)
]
# If true, show URL addresses after external links.
@@ -243,8 +243,8 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
('index', 'oslo.policyReleaseNotes',
- u'oslo.policy Release Notes Documentation',
- u'oslo.policy Developers', 'oslo.policyReleaseNotes',
+ 'oslo.policy Release Notes Documentation',
+ 'oslo.policy Developers', 'oslo.policyReleaseNotes',
'One line description of project.',
'Miscellaneous'),
]