summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-10-03 16:27:53 +0000
committerGerrit Code Review <review@openstack.org>2022-10-03 16:27:53 +0000
commit13a9c2799ad945da44de8ac1d737270c92d408c1 (patch)
tree778bdf777a7e8e2d0190405317679f60ca2f9a5c /doc/source/conf.py
parent55e9e1e5e880924b62867f152faa72e300cca451 (diff)
parentc13ac8a0cc4569816a88568cdcc1a4e2e63d139c (diff)
downloadstevedore-13a9c2799ad945da44de8ac1d737270c92d408c1.tar.gz
Merge "remove unicode from code"
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 5f3e370..8926b14 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -74,8 +74,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'stevedore'
-copyright = u'2016, DreamHost'
+project = 'stevedore'
+copyright = '2016, DreamHost'
# List of patterns, relative to source directory, that match files and
@@ -107,8 +107,8 @@ latex_documents = [
(
'index',
'stevedore.tex',
- u'stevedore Documentation',
- u'DreamHost',
+ 'stevedore Documentation',
+ 'DreamHost',
'manual'
),
]
@@ -122,8 +122,8 @@ texinfo_documents = [
(
'index',
'stevedore',
- u'stevedore Documentation',
- u'DreamHost',
+ 'stevedore Documentation',
+ 'DreamHost',
'stevedore',
'One line description of project.',
'Miscellaneous'