summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-07-08 07:55:24 +0000
committerGerrit Code Review <review@openstack.org>2022-07-08 07:55:24 +0000
commitc66705069bfbc30c5c81ce2522738278bead90fc (patch)
tree3de47596b899d459f7003b6217157924923d1e2a /api-ref
parent43431d84192f36f70c4da494f3ef6f7b8afe33a1 (diff)
parentbe997b53ab23c68a34c40721b1d74fb29096852f (diff)
downloadglance-c66705069bfbc30c5c81ce2522738278bead90fc.tar.gz
Merge "Remove unicode literal strings"
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