remove unicode from code

Change-Id: I4a0ca10ef66d53645249246926adc8212ea36a01
This commit is contained in:
liyou01 2021-01-07 10:58:11 +08:00
parent 8313334259
commit 793cf08ea2
1 changed files with 4 additions and 4 deletions

View File

@ -43,8 +43,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'Devstack Plugin NFS'
copyright = u'2013, OpenStack Foundation'
project = 'Devstack Plugin NFS'
copyright = '2013, OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True
@ -72,8 +72,8 @@ htmlhelp_basename = '%sdoc' % project
latex_documents = [
('index',
'%s.tex' % project,
u'%s Documentation' % project,
u'OpenStack Foundation', 'manual'),
'%s Documentation' % project,
'OpenStack Foundation', 'manual'),
]
# Example configuration for intersphinx: refer to the Python standard library.