Remove unicode from dashboard
Change-Id: Ibaaa569b62bdb7f6f0d1cd4c8510a7d8270bf495
This commit is contained in:
parent
ba3fb0c5fa
commit
7603de09b9
@ -37,8 +37,8 @@ source_suffix = '.rst'
|
|||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'vitrage-dashboard'
|
project = 'vitrage-dashboard'
|
||||||
copyright = u'2016, OpenStack Foundation'
|
copyright = '2016, OpenStack Foundation'
|
||||||
|
|
||||||
# If true, '()' will be appended to :func: etc. cross-reference text.
|
# If true, '()' will be appended to :func: etc. cross-reference text.
|
||||||
add_function_parentheses = True
|
add_function_parentheses = True
|
||||||
@ -79,8 +79,8 @@ latex_elements = {
|
|||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index',
|
('index',
|
||||||
'doc-%s.tex' % project,
|
'doc-%s.tex' % project,
|
||||||
u'%s Documentation' % project,
|
'%s Documentation' % project,
|
||||||
u'OpenStack Foundation', 'manual', True),
|
'OpenStack Foundation', 'manual', True),
|
||||||
]
|
]
|
||||||
|
|
||||||
# Example configuration for intersphinx: refer to the Python standard library.
|
# Example configuration for intersphinx: refer to the Python standard library.
|
||||||
|
@ -37,8 +37,8 @@ source_suffix = '.rst'
|
|||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'vitrage-dashboard releasenotes'
|
project = 'vitrage-dashboard releasenotes'
|
||||||
copyright = u'2016, Vitrage developers'
|
copyright = '2016, Vitrage developers'
|
||||||
|
|
||||||
# If true, '()' will be appended to :func: etc. cross-reference text.
|
# If true, '()' will be appended to :func: etc. cross-reference text.
|
||||||
add_function_parentheses = True
|
add_function_parentheses = True
|
||||||
@ -66,8 +66,8 @@ htmlhelp_basename = '%sdoc' % project
|
|||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index',
|
('index',
|
||||||
'%s.tex' % project,
|
'%s.tex' % project,
|
||||||
u'%s Vitrage-Dashboard ReleaseNotes' % project,
|
'%s Vitrage-Dashboard ReleaseNotes' % project,
|
||||||
u'Vitrage developers', 'manual'),
|
'Vitrage developers', 'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
# Example configuration for intersphinx: refer to the Python standard library.
|
# Example configuration for intersphinx: refer to the Python standard library.
|
||||||
|
Loading…
Reference in New Issue
Block a user