summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
authorsongwenping <songwenping@inspur.com>2022-04-19 19:57:30 +0800
committerWenping Song <songwenping@inspur.com>2022-04-22 01:28:16 +0000
commitde2b367b48ebc8a95e3bdc5aec44c4de69cb08e1 (patch)
treeb2427f3d64d978ea18a8e409ab3a11de7998679a /doc/source/conf.py
parentde4429f2be5fa21d1f6e1cacbb3c8417a7c56310 (diff)
downloadoslo-utils-de2b367b48ebc8a95e3bdc5aec44c4de69cb08e1.tar.gz
Remove unnecessary unicode prefixes
Change-Id: Iaae10962581b84b4ae2af1a064dd27d78c05dd4d
Diffstat (limited to 'doc/source/conf.py')
-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 80ccaeb..08daedf 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.utils'
-copyright = u'2014, OpenStack Foundation'
+project = 'oslo.utils'
+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'),
]