summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorxuanyandong <xuanyandong@inspur.com>2021-01-03 15:49:32 +0800
committerCyril Roelandt <cyril@redhat.com>2022-06-30 19:37:03 +0200
commitbe997b53ab23c68a34c40721b1d74fb29096852f (patch)
tree3f6917201af7108561130e16b2d6f0f983e263bc /api-ref
parenta71f7ba44e57a7945addb82afd2a19962d5c04cc (diff)
downloadglance-be997b53ab23c68a34c40721b1d74fb29096852f.tar.gz
Remove unicode literal strings
Co-Authored-By: Cyril Roelandt <cyril@redhat.com> Change-Id: Id9e1a5fb9c732c207ee08f0dbf387436a1783174
Diffstat (limited to 'api-ref')
-rw-r--r--api-ref/source/conf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py
index 32a69d78e..fe113db31 100644
--- a/api-ref/source/conf.py
+++ b/api-ref/source/conf.py
@@ -63,7 +63,7 @@ source_suffix = '.rst'
# The master toctree document.
master_doc = 'index'
-copyright = u'2010-present, OpenStack Foundation'
+copyright = '2010-present, OpenStack Foundation'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -102,7 +102,7 @@ openstackdocs_bug_tag = 'api-ref'
# -- 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'
# -- Options for HTML output --------------------------------------------------
@@ -188,8 +188,8 @@ htmlhelp_basename = 'glancedoc'
# (source start file, target name, title, author, documentclass
# [howto/manual]).
latex_documents = [
- ('index', 'Glance.tex', u'OpenStack Image Service API Documentation',
- u'OpenStack Foundation', 'manual'),
+ ('index', 'Glance.tex', 'OpenStack Image Service API Documentation',
+ 'OpenStack Foundation', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of