summaryrefslogtreecommitdiff
path: root/doc
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 /doc
parentbcb8992f995468fddfc1da472f74f346b7acd7f4 (diff)
downloadtrove-5d641033d40ac53fdae7c12b070a9c54dac6a49c.tar.gz
remove unicode from code
Implements: blueprint remove-unicode Change-Id: Ib7eb517f404fe87b880f7091366721d2cfc5cdf8
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 7f7fa9a4..fbbd02cc 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -38,8 +38,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'Trove'
-copyright = u'2013, OpenStack Foundation'
+project = 'Trove'
+copyright = '2013, OpenStack Foundation'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -164,8 +164,8 @@ latex_documents = [
(
'index',
'%s.tex' % project,
- u'%s Documentation' % project,
- u'OpenStack Foundation',
+ '%s Documentation' % project,
+ 'OpenStack Foundation',
'manual'
),
]
@@ -199,8 +199,8 @@ latex_documents = [
# (
# 'index',
# '%s' % project,
-# u'%s Documentation' % project,
-# u'OpenStack Foundation',
+# '%s Documentation' % project,
+# 'OpenStack Foundation',
# 1
# ),
# ]
@@ -218,8 +218,8 @@ texinfo_documents = [
(
'index',
'%s' % project,
- u'%s Documentation' % project,
- u'OpenStack Foundation',
+ '%s Documentation' % project,
+ 'OpenStack Foundation',
'%s' % project,
'Database as a service.',
'Miscellaneous'
@@ -243,10 +243,10 @@ texinfo_documents = [
# -- Options for Epub output --------------------------------------------------
# Bibliographic Dublin Core info.
-epub_title = u'%s' % project
-epub_author = u'OpenStack Foundation'
-epub_publisher = u'OpenStack Foundation'
-epub_copyright = u'2013, OpenStack Foundation'
+epub_title = '%s' % project
+epub_author = 'OpenStack Foundation'
+epub_publisher = 'OpenStack Foundation'
+epub_copyright = '2013, OpenStack Foundation'
# The language of the text. It defaults to the language option
# or en if the language is not set.