Remove unicode from dashboard

Change-Id: Ibaaa569b62bdb7f6f0d1cd4c8510a7d8270bf495
This commit is contained in:
Q.hongtao 2021-01-03 10:09:41 +08:00
parent ba3fb0c5fa
commit 7603de09b9
2 changed files with 8 additions and 8 deletions

View File

@ -37,8 +37,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'vitrage-dashboard'
copyright = u'2016, OpenStack Foundation'
project = 'vitrage-dashboard'
copyright = '2016, OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True
@ -79,8 +79,8 @@ latex_elements = {
latex_documents = [
('index',
'doc-%s.tex' % project,
u'%s Documentation' % project,
u'OpenStack Foundation', 'manual', True),
'%s Documentation' % project,
'OpenStack Foundation', 'manual', True),
]
# Example configuration for intersphinx: refer to the Python standard library.

View File

@ -37,8 +37,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'vitrage-dashboard releasenotes'
copyright = u'2016, Vitrage developers'
project = 'vitrage-dashboard releasenotes'
copyright = '2016, Vitrage developers'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True
@ -66,8 +66,8 @@ htmlhelp_basename = '%sdoc' % project
latex_documents = [
('index',
'%s.tex' % project,
u'%s Vitrage-Dashboard ReleaseNotes' % project,
u'Vitrage developers', 'manual'),
'%s Vitrage-Dashboard ReleaseNotes' % project,
'Vitrage developers', 'manual'),
]
# Example configuration for intersphinx: refer to the Python standard library.