remove unicode from code
Change-Id: Ibaff5c2743ca12a0692d0c5715fd2654f97d714c
This commit is contained in:
@@ -48,8 +48,8 @@ source_suffix = '.rst'
|
|||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'Ironic Specs'
|
project = 'Ironic Specs'
|
||||||
copyright = u'%s, OpenStack Ironic Team' % datetime.date.today().year
|
copyright = '%s, OpenStack Ironic Team' % datetime.date.today().year
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
@@ -178,8 +178,8 @@ latex_elements = {
|
|||||||
# Grouping the document tree into LaTeX files. List of tuples
|
# Grouping the document tree into LaTeX files. List of tuples
|
||||||
# (source start file, target name, title, author, documentclass [howto/manual]).
|
# (source start file, target name, title, author, documentclass [howto/manual]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index', 'doc-ironic-specs.tex', u'Ironic Specs',
|
('index', 'doc-ironic-specs.tex', 'Ironic Specs',
|
||||||
u'OpenStack Ironic Team', 'manual'),
|
'OpenStack Ironic Team', 'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
# The name of an image file (relative to this directory) to place at the top of
|
# The name of an image file (relative to this directory) to place at the top of
|
||||||
@@ -208,8 +208,8 @@ latex_documents = [
|
|||||||
# (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', 'Ironic-specs', u'Ironic Design Specs',
|
('index', 'Ironic-specs', 'Ironic Design Specs',
|
||||||
u'OpenStack Ironic Team', 'ironic-specs', 'Design specifications for the Ironic project.',
|
'OpenStack Ironic Team', 'ironic-specs', 'Design specifications for the Ironic project.',
|
||||||
'Miscellaneous'),
|
'Miscellaneous'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user