summaryrefslogtreecommitdiff
path: root/api-ref
diff options
context:
space:
mode:
authorlikui <likui@yovole.com>2021-01-03 16:42:29 +0800
committerlikui <likui@yovole.com>2021-01-03 16:42:47 +0800
commit5d641033d40ac53fdae7c12b070a9c54dac6a49c (patch)
tree70035996c35d877662cb2371a9d411ffabe6ff94 /api-ref
parentbcb8992f995468fddfc1da472f74f346b7acd7f4 (diff)
downloadtrove-5d641033d40ac53fdae7c12b070a9c54dac6a49c.tar.gz
remove unicode from code
Implements: blueprint remove-unicode Change-Id: Ib7eb517f404fe87b880f7091366721d2cfc5cdf8
Diffstat (limited to 'api-ref')
-rwxr-xr-xapi-ref/source/conf.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py
index 19e35cfc..d0702e23 100755
--- a/api-ref/source/conf.py
+++ b/api-ref/source/conf.py
@@ -64,8 +64,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'Database API Reference'
-copyright = u'2010-present, OpenStack Foundation'
+project = 'Database API Reference'
+copyright = '2010-present, OpenStack Foundation'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -99,7 +99,7 @@ pygments_style = 'native'
# -- 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 --------------------------------------------------
@@ -185,8 +185,8 @@ htmlhelp_basename = 'trovedoc'
# (source start file, target name, title, author, documentclass
# [howto/manual]).
latex_documents = [
- ('index', 'Trove.tex', u'OpenStack Database API Documentation',
- u'OpenStack Foundation', 'manual'),
+ ('index', 'Trove.tex', 'OpenStack Database API Documentation',
+ 'OpenStack Foundation', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of