summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-09-30 12:01:24 +0000
committerGerrit Code Review <review@openstack.org>2022-09-30 12:01:24 +0000
commitdb3610b533b93abcd674885c8e7e21edd064cfa8 (patch)
treecd0775aaf8b482a96069338140901f3b7194bdee /doc
parentc7bb7f806c14c1ae2b1cc058fae7cb9d258797a3 (diff)
parentdd648dcb5c952f095b8d6700559c3274b9c1093c (diff)
downloadpython-openstackclient-db3610b533b93abcd674885c8e7e21edd064cfa8.tar.gz
Merge "remove unicode prefix from code"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 4b60ce4a..5eb5f59f 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -51,8 +51,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'OpenStack Command Line Client'
-copyright = u'2012-2013 OpenStack Foundation'
+project = 'OpenStack Command Line Client'
+copyright = '2012-2013 OpenStack Foundation'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
@@ -189,8 +189,8 @@ latex_elements = {
# .
latex_documents = [
('index', 'OpenStackCommandLineClient.tex',
- u'OpenStack Command Line Client Documentation',
- u'OpenStack', 'manual'),
+ 'OpenStack Command Line Client Documentation',
+ 'OpenStack', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -222,8 +222,8 @@ man_pages = [
(
'cli/man/openstack',
'openstack',
- u'OpenStack Command Line Client',
- [u'OpenStack contributors'],
+ 'OpenStack Command Line Client',
+ ['OpenStack contributors'],
1,
),
]
@@ -239,8 +239,8 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
('index', 'OpenStackCommandLineClient',
- u'OpenStack Command Line Client Documentation',
- u'OpenStack', 'OpenStackCommandLineClient',
+ 'OpenStack Command Line Client Documentation',
+ 'OpenStack', 'OpenStackCommandLineClient',
'One line description of project.',
'Miscellaneous'),
]