remove unicode from code
Change-Id: Ide802e3712b8ae904016a5dd3ef0ee2729512be7
This commit is contained in:
@@ -53,8 +53,8 @@ source_suffix = '.rst'
|
|||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'Grenade'
|
project = 'Grenade'
|
||||||
copyright = u'2015, OpenStack Foundation'
|
copyright = '2015, OpenStack Foundation'
|
||||||
|
|
||||||
# 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.
|
||||||
@@ -175,8 +175,8 @@ htmlhelp_basename = 'Grenade-doc'
|
|||||||
# 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-grenade.tex', u'Grenade Docs',
|
('index', 'doc-grenade.tex', 'Grenade Docs',
|
||||||
u'OpenStack Grenade Team', 'manual'),
|
'OpenStack Grenade Team', 'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
latex_use_xindy = False
|
latex_use_xindy = False
|
||||||
@@ -210,8 +210,8 @@ latex_elements = {
|
|||||||
# (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', 'Grenade-doc', u'Grenade Docs',
|
('index', 'Grenade-doc', 'Grenade Docs',
|
||||||
u'OpenStack Grenade Team', 'Grenade-doc', 'Grenade documentation',
|
'OpenStack Grenade Team', 'Grenade-doc', 'Grenade documentation',
|
||||||
'Miscellaneous'),
|
'Miscellaneous'),
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -228,10 +228,10 @@ texinfo_documents = [
|
|||||||
# -- Options for Epub output ---------------------------------------------------
|
# -- Options for Epub output ---------------------------------------------------
|
||||||
|
|
||||||
# Bibliographic Dublin Core info.
|
# Bibliographic Dublin Core info.
|
||||||
epub_title = u'Grenade Documentation'
|
epub_title = 'Grenade Documentation'
|
||||||
epub_author = u'OpenStack Grenade Team'
|
epub_author = 'OpenStack Grenade Team'
|
||||||
epub_publisher = u'OpenStack Grenade Team'
|
epub_publisher = 'OpenStack Grenade Team'
|
||||||
epub_copyright = u'2014, OpenStack Grenade Team'
|
epub_copyright = '2014, OpenStack Grenade Team'
|
||||||
|
|
||||||
# The language of the text. It defaults to the language option
|
# The language of the text. It defaults to the language option
|
||||||
# or en if the language is not set.
|
# or en if the language is not set.
|
||||||
|
Reference in New Issue
Block a user