diff options
author | xuanyandong <xuanyandong@inspur.com> | 2021-01-03 16:19:18 +0800 |
---|---|---|
committer | xuanyandong <xuanyandong@inspur.com> | 2021-01-03 16:19:18 +0800 |
commit | ca3e551fc38825de5e49b9a9a7cb90b8ee17dbbf (patch) | |
tree | eab43bc964070c4084d41cb2f69ffb5139e5dfdf /releasenotes | |
parent | 0a228dea2ee96ec3eabed3361ca22502d0bbd4a1 (diff) | |
download | oslo-policy-ca3e551fc38825de5e49b9a9a7cb90b8ee17dbbf.tar.gz |
remove unicode from code
Change-Id: I2837959e8b03f98e8d947787d5c81569fe69acf6
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/source/conf.py | 14 |
1 files changed, 7 insertions, 7 deletions
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'), ] |