remove unicode from code

Change-Id: If928f0117b474599f3e3215938634ff637a76027
This commit is contained in:
wangjiaqi07 2022-08-25 09:17:31 +08:00
parent 28d8b54fe9
commit 968da73c6f
1 changed files with 6 additions and 6 deletions

View File

@ -45,8 +45,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'stackviz'
copyright = u'2013, OpenStack Foundation'
project = 'stackviz'
copyright = '2013, OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True
@ -74,8 +74,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.
@ -87,8 +87,8 @@ latex_documents = [
# (source start file, target name, title, author, documentclass
# [howto/manual]).
latex_documents = [
('index', 'doc-stackviz.tex', u'Stackviz',
u'OpenStack Foundation', 'manual'),
('index', 'doc-stackviz.tex', 'Stackviz',
'OpenStack Foundation', 'manual'),
]
# Disable usage of xindy https://bugzilla.redhat.com/show_bug.cgi?id=1643664