remove unicode prefix from code
Change-Id: Ibb6e0e6c2b67b9c7293b6d3e0e650ace917e71e1
This commit is contained in:
parent
5f20dd26cc
commit
64fdbe5422
@ -39,8 +39,8 @@ source_suffix = '.rst'
|
|||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'Mistral Extra'
|
project = 'Mistral Extra'
|
||||||
copyright = u'2013, OpenStack Foundation'
|
copyright = '2013, 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 @@ latex_elements = {
|
|||||||
# (source start file, target name, title, author,
|
# (source start file, target name, title, author,
|
||||||
# documentclass [howto/manual]).
|
# documentclass [howto/manual]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index', 'MistralExtra.tex', u'Mistral Extra Documentation',
|
('index', 'MistralExtra.tex', 'Mistral Extra Documentation',
|
||||||
u'OpenStack Foundation', 'manual'),
|
'OpenStack Foundation', '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
|
||||||
@ -205,8 +205,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', 'mistral_extra', u'Mistral Extra Documentation',
|
('index', 'mistral_extra', 'Mistral Extra Documentation',
|
||||||
[u'OpenStack Foundation'], 1)
|
['OpenStack Foundation'], 1)
|
||||||
]
|
]
|
||||||
|
|
||||||
# If true, show URL addresses after external links.
|
# If true, show URL addresses after external links.
|
||||||
@ -219,8 +219,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', 'MistralExtra', u'Mistral Extra Documentation',
|
('index', 'MistralExtra', 'Mistral Extra Documentation',
|
||||||
u'OpenStack Foundation', 'MistralExtra',
|
'OpenStack Foundation', 'MistralExtra',
|
||||||
'One line description of project.', 'Miscellaneous'),
|
'One line description of project.', 'Miscellaneous'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -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'mistral-extra Release Notes'
|
project = 'mistral-extra Release Notes'
|
||||||
copyright = u'2016, OpenStack Foundation'
|
copyright = '2016, OpenStack Foundation'
|
||||||
|
|
||||||
# Release notes are version independent
|
# Release notes are version independent
|
||||||
|
|
||||||
@ -200,8 +200,8 @@ latex_elements = {
|
|||||||
# author, documentclass [howto, manual, or own class]).
|
# author, documentclass [howto, manual, or own class]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index', 'MistralExtraReleaseNotes.tex',
|
('index', 'MistralExtraReleaseNotes.tex',
|
||||||
u'Mistral Extra Release Notes Documentation', u'Mistral '
|
'Mistral Extra Release Notes Documentation', 'Mistral '
|
||||||
u'Extra Developers', 'manual'),
|
'Extra Developers', '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
|
||||||
@ -230,8 +230,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', 'mistralextrareleasenotes', u'Mistral Extra Release Notes '
|
('index', 'mistralextrareleasenotes', 'Mistral Extra Release Notes '
|
||||||
u'Documentation', [u'Mistral Extra Developers'], 1)
|
'Documentation', ['Mistral Extra Developers'], 1)
|
||||||
]
|
]
|
||||||
|
|
||||||
# If true, show URL addresses after external links.
|
# If true, show URL addresses after external links.
|
||||||
@ -244,8 +244,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', 'MistralExtraReleaseNotes', u'Mistral Library Release Notes '
|
('index', 'MistralExtraReleaseNotes', 'Mistral Library Release Notes '
|
||||||
u'Documentation', u'Mistral Extra Developers',
|
'Documentation', 'Mistral Extra Developers',
|
||||||
'MistralExtraReleaseNotes', 'One line description of project.',
|
'MistralExtraReleaseNotes', 'One line description of project.',
|
||||||
'Miscellaneous'),
|
'Miscellaneous'),
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user