remove unicode prefix from code
Change-Id: Id0250a28c76754f03c1c08e9008c3c162eb70ae1
This commit is contained in:
parent
e9caa7aa17
commit
a17d762b50
@ -58,8 +58,8 @@ source_suffix = '.rst'
|
|||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'oslo.reports Release Notes'
|
project = 'oslo.reports Release Notes'
|
||||||
copyright = u'2016, oslo.reports Developers'
|
copyright = '2016, oslo.reports Developers'
|
||||||
|
|
||||||
# Release notes do not need a version in the title, they span
|
# Release notes do not need a version in the title, they span
|
||||||
# multiple versions.
|
# multiple versions.
|
||||||
@ -205,8 +205,8 @@ latex_elements = {
|
|||||||
# author, documentclass [howto, manual, or own class]).
|
# author, documentclass [howto, manual, or own class]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index', 'oslo.reportsReleaseNotes.tex',
|
('index', 'oslo.reportsReleaseNotes.tex',
|
||||||
u'oslo.reports Release Notes Documentation',
|
'oslo.reports Release Notes Documentation',
|
||||||
u'oslo.reports Developers', 'manual'),
|
'oslo.reports 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
|
||||||
@ -236,8 +236,8 @@ latex_documents = [
|
|||||||
# (source start file, name, description, authors, manual section).
|
# (source start file, name, description, authors, manual section).
|
||||||
man_pages = [
|
man_pages = [
|
||||||
('index', 'oslo.reportsReleaseNotes',
|
('index', 'oslo.reportsReleaseNotes',
|
||||||
u'oslo.reports Release Notes Documentation',
|
'oslo.reports Release Notes Documentation',
|
||||||
[u'oslo.reports Developers'], 1)
|
['oslo.reports Developers'], 1)
|
||||||
]
|
]
|
||||||
|
|
||||||
# If true, show URL addresses after external links.
|
# If true, show URL addresses after external links.
|
||||||
@ -251,8 +251,8 @@ man_pages = [
|
|||||||
# dir menu entry, description, category)
|
# dir menu entry, description, category)
|
||||||
texinfo_documents = [
|
texinfo_documents = [
|
||||||
('index', 'oslo.reportsReleaseNotes',
|
('index', 'oslo.reportsReleaseNotes',
|
||||||
u'oslo.reports Release Notes Documentation',
|
'oslo.reports Release Notes Documentation',
|
||||||
u'oslo.reports Developers', 'oslo.reportsReleaseNotes',
|
'oslo.reports Developers', 'oslo.reportsReleaseNotes',
|
||||||
'One line description of project.',
|
'One line description of project.',
|
||||||
'Miscellaneous'),
|
'Miscellaneous'),
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user