summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorsongwenping <songwenping@inspur.com>2022-04-19 19:21:47 +0800
committersongwenping <songwenping@inspur.com>2022-04-19 19:23:15 +0800
commite2206a300de50e2f708206d03f79a1f9082c75bc (patch)
tree16d60492eeec38783efc6701dbb2c159b8a6cea5 /doc
parent1aa89446af558d1372f1a336efdbd7e9a6352d05 (diff)
downloadoslo-rootwrap-e2206a300de50e2f708206d03f79a1f9082c75bc.tar.gz
Remove unnecessary unicode prefixes
Change-Id: I4b8b982c9ef49595682744e022154be87f259d23
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 1a530ae..88d0788 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -43,8 +43,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'oslo.rootwrap'
-copyright = u'2014, OpenStack Foundation'
+project = 'oslo.rootwrap'
+copyright = '2014, OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True
@@ -74,6 +74,6 @@ htmlhelp_basename = '%sdoc' % project
latex_documents = [
('index',
'%s.tex' % project,
- u'%s Documentation' % project,
- u'OpenStack Foundation', 'manual'),
+ '%s Documentation' % project,
+ 'OpenStack Foundation', 'manual'),
]