fix the unicode problem

Change-Id: Ia5cd40f6bd457b7cb11efd638ef2df88dfb68b0f
This commit is contained in:
zhouguowei 2021-01-03 15:56:57 +08:00
parent 1e67bcbe6a
commit 61a1129f9d
1 changed files with 7 additions and 7 deletions

View File

@ -38,7 +38,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
copyright = u'2013, Sahara Developers'
copyright = '2013, Sahara Developers'
# openstackdocstheme options
openstackdocs_repo_name = 'openstack/sahara-dashboard'
@ -171,8 +171,8 @@ htmlhelp_basename = 'SaharaDashboardReleaseNotesdoc'
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'SaharaDashboardReleaseNotes.tex',
u'Sahara Dashboard Release Notes Documentation',
u'Sahara Developers', 'manual'),
'Sahara Dashboard Release Notes Documentation',
'Sahara Developers', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@ -202,8 +202,8 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'saharadashboardreleasenotes',
u'Sahara Dashboard Release Notes Documentation',
[u'Sahara Developers'], 1)
'Sahara Dashboard Release Notes Documentation',
['Sahara Developers'], 1)
]
# If true, show URL addresses after external links.
@ -217,8 +217,8 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
('index', 'SaharaDashboardReleaseNotes',
u'Sahara Dashboard Release Notes Documentation',
u'Sahara Developers', 'SaharaDashboardReleaseNotes',
'Sahara Dashboard Release Notes Documentation',
'Sahara Developers', 'SaharaDashboardReleaseNotes',
'One line description of project.',
'Miscellaneous'),
]