summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
authorniuke <niuke19970315@163.com>2022-08-24 15:15:58 +0800
committerniuke <niuke19970315@163.com>2022-08-24 15:17:18 +0800
commit299c2afe14e2bc7e33794bdf89c7da2e191f7b2a (patch)
tree9e5c4d5619bb9d6720153d7e95cc35d4dc428e88 /doc/source/conf.py
parent3bb577e338b0dcb011863f67b933a35b735c98c4 (diff)
downloadtaskflow-299c2afe14e2bc7e33794bdf89c7da2e191f7b2a.tar.gz
remove unicode prefix from code
Change-Id: I59e8ae94eb83ae3a1ddcc99091e53686d2d55186
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 3c86c80..b46a5a8 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -49,8 +49,8 @@ master_doc = 'index'
exclude_patterns = ['_build']
# General information about the project.
-project = u'TaskFlow'
-copyright = u'%s, OpenStack Foundation' % datetime.date.today().year
+project = 'TaskFlow'
+copyright = '%s, OpenStack Foundation' % datetime.date.today().year
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True