remove unicode from code

Change-Id: I5e402bff14a6b96c3019a10ef223f03883214a91
Co-Authored-by: Ke Niu
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
niuke
2022-07-27 16:49:45 +08:00
committed by Sean McGinnis
parent ec3f498ef9
commit c83ed2afed

8
doc/source/conf.py Executable file → Normal file
View File

@@ -42,8 +42,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'reviewstats'
copyright = u'2013, OpenStack Foundation'
project = 'reviewstats'
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.