remove unicode prefix from code
Change-Id: Ib26f5d6b8415fdf454783b7120434ffd43ed5559
This commit is contained in:
parent
cdf45da555
commit
4a035775a0
@ -68,8 +68,8 @@ source_suffix = '.rst'
|
|||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'zaqar'
|
project = 'zaqar'
|
||||||
copyright = u'2010-present, OpenStack Foundation'
|
copyright = '2010-present, OpenStack Foundation'
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
@ -215,8 +215,8 @@ htmlhelp_basename = 'zaqardoc'
|
|||||||
# (source start file, target name, title, author, documentclass
|
# (source start file, target name, title, author, documentclass
|
||||||
# [howto/manual]).
|
# [howto/manual]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index', 'Zaqar.tex', u'Zaqar Documentation',
|
('index', 'Zaqar.tex', 'Zaqar Documentation',
|
||||||
u'Anso Labs, LLC', 'manual'),
|
'Anso Labs, LLC', '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
|
||||||
|
@ -51,8 +51,8 @@ source_suffix = '.rst'
|
|||||||
master_doc = 'index'
|
master_doc = 'index'
|
||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'Zaqar Release Notes'
|
project = 'Zaqar Release Notes'
|
||||||
copyright = u'2015, Zaqar Developers'
|
copyright = '2015, Zaqar Developers'
|
||||||
|
|
||||||
# Release notes are version independent.
|
# Release notes are version independent.
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
@ -191,8 +191,8 @@ htmlhelp_basename = 'ZaqarReleaseNotesdoc'
|
|||||||
# (source start file, target name, title,
|
# (source start file, target name, title,
|
||||||
# author, documentclass [howto, manual, or own class]).
|
# author, documentclass [howto, manual, or own class]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
('index', 'ZaqarReleaseNotes.tex', u'Zaqar Release Notes Documentation',
|
('index', 'ZaqarReleaseNotes.tex', 'Zaqar Release Notes Documentation',
|
||||||
u'Zaqar Developers', 'manual'),
|
'Zaqar 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
|
||||||
@ -221,8 +221,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', 'zaqarreleasenotes', u'Zaqar Release Notes Documentation',
|
('index', 'zaqarreleasenotes', 'Zaqar Release Notes Documentation',
|
||||||
[u'Zaqar Developers'], 1)
|
['Zaqar Developers'], 1)
|
||||||
]
|
]
|
||||||
|
|
||||||
# If true, show URL addresses after external links.
|
# If true, show URL addresses after external links.
|
||||||
@ -235,8 +235,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', 'ZaqarReleaseNotes', u'Zaqar Release Notes Documentation',
|
('index', 'ZaqarReleaseNotes', 'Zaqar Release Notes Documentation',
|
||||||
u'Zaqar Developers', 'ZaqarReleaseNotes',
|
'Zaqar Developers', 'ZaqarReleaseNotes',
|
||||||
'One line description of project.',
|
'One line description of project.',
|
||||||
'Miscellaneous'),
|
'Miscellaneous'),
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user