remove unicode from code
Change-Id: Ief261bf1f0def0cb1c27148740bf6e3a9837e590
This commit is contained in:
parent
5734539d44
commit
cb64ae82e0
@ -49,8 +49,8 @@ source_suffix = '.rst'
|
|||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'Barbican'
|
project = 'Barbican'
|
||||||
copyright = u'2014, OpenStack Foundation'
|
copyright = '2014, OpenStack Foundation'
|
||||||
openstackdocs_repo_name = 'openstack/barbican'
|
openstackdocs_repo_name = 'openstack/barbican'
|
||||||
openstackdocs_pdf_link = True
|
openstackdocs_pdf_link = True
|
||||||
openstackdocs_auto_name = False
|
openstackdocs_auto_name = False
|
||||||
@ -90,8 +90,8 @@ htmlhelp_basename = '%sdoc' % project
|
|||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index',
|
('index',
|
||||||
'doc-barbican.tex',
|
'doc-barbican.tex',
|
||||||
u'%s Documentation' % project,
|
'%s Documentation' % project,
|
||||||
u'OpenStack Foundation', 'manual'),
|
'OpenStack Foundation', 'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
latex_use_xindy = False
|
latex_use_xindy = False
|
||||||
|
@ -54,8 +54,8 @@ source_suffix = '.rst'
|
|||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'Barbican Release Notes'
|
project = 'Barbican Release Notes'
|
||||||
copyright = u'2015, Barbican Developers'
|
copyright = '2015, Barbican Developers'
|
||||||
openstackdocs_repo_name = 'openstack/barbican'
|
openstackdocs_repo_name = 'openstack/barbican'
|
||||||
openstackdocs_auto_name = False
|
openstackdocs_auto_name = False
|
||||||
openstackdocs_bug_project = 'barbican'
|
openstackdocs_bug_project = 'barbican'
|
||||||
@ -209,7 +209,7 @@ latex_elements = {
|
|||||||
# author, documentclass [howto, manual, or own class]).
|
# author, documentclass [howto, manual, or own class]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index', 'BarbicanReleaseNotes.tex',
|
('index', 'BarbicanReleaseNotes.tex',
|
||||||
u'Barbican Release Notes Documentation', u'Barbican Developers',
|
'Barbican Release Notes Documentation', 'Barbican Developers',
|
||||||
'manual'),
|
'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -239,8 +239,8 @@ latex_documents = [
|
|||||||
# One entry per manual page. List of tuples
|
# One entry per manual page. List of tuples
|
||||||
# (source start file, name, description, authors, manual section).
|
# (source start file, name, description, authors, manual section).
|
||||||
man_pages = [
|
man_pages = [
|
||||||
('index', 'barbicanreleasenotes', u'Barbican Release Notes Documentation',
|
('index', 'barbicanreleasenotes', 'Barbican Release Notes Documentation',
|
||||||
[u'Barbican Developers'], 1)
|
['Barbican Developers'], 1)
|
||||||
]
|
]
|
||||||
|
|
||||||
# If true, show URL addresses after external links.
|
# If true, show URL addresses after external links.
|
||||||
@ -253,8 +253,8 @@ man_pages = [
|
|||||||
# (source start file, target name, title, author,
|
# (source start file, target name, title, author,
|
||||||
# dir menu entry, description, category)
|
# dir menu entry, description, category)
|
||||||
texinfo_documents = [
|
texinfo_documents = [
|
||||||
('index', 'BarbicanReleaseNotes', u'Barbican Release Notes Documentation',
|
('index', 'BarbicanReleaseNotes', 'Barbican Release Notes Documentation',
|
||||||
u'Barbican Developers', 'BarbicanReleaseNotes',
|
'Barbican Developers', 'BarbicanReleaseNotes',
|
||||||
'Barbican Release Notes Documentation.', 'Miscellaneous'),
|
'Barbican Release Notes Documentation.', 'Miscellaneous'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user