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'
|
||||
|
||||
# General information about the project.
|
||||
project = u'zaqar'
|
||||
copyright = u'2010-present, OpenStack Foundation'
|
||||
project = 'zaqar'
|
||||
copyright = '2010-present, OpenStack Foundation'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |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
|
||||
# [howto/manual]).
|
||||
latex_documents = [
|
||||
('index', 'Zaqar.tex', u'Zaqar Documentation',
|
||||
u'Anso Labs, LLC', 'manual'),
|
||||
('index', 'Zaqar.tex', 'Zaqar Documentation',
|
||||
'Anso Labs, LLC', 'manual'),
|
||||
]
|
||||
|
||||
# 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'
|
||||
|
||||
# General information about the project.
|
||||
project = u'Zaqar Release Notes'
|
||||
copyright = u'2015, Zaqar Developers'
|
||||
project = 'Zaqar Release Notes'
|
||||
copyright = '2015, Zaqar Developers'
|
||||
|
||||
# Release notes are version independent.
|
||||
# The short X.Y version.
|
||||
@ -191,8 +191,8 @@ htmlhelp_basename = 'ZaqarReleaseNotesdoc'
|
||||
# (source start file, target name, title,
|
||||
# author, documentclass [howto, manual, or own class]).
|
||||
latex_documents = [
|
||||
('index', 'ZaqarReleaseNotes.tex', u'Zaqar Release Notes Documentation',
|
||||
u'Zaqar Developers', 'manual'),
|
||||
('index', 'ZaqarReleaseNotes.tex', 'Zaqar Release Notes Documentation',
|
||||
'Zaqar Developers', 'manual'),
|
||||
]
|
||||
|
||||
# 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
|
||||
# (source start file, name, description, authors, manual section).
|
||||
man_pages = [
|
||||
('index', 'zaqarreleasenotes', u'Zaqar Release Notes Documentation',
|
||||
[u'Zaqar Developers'], 1)
|
||||
('index', 'zaqarreleasenotes', 'Zaqar Release Notes Documentation',
|
||||
['Zaqar Developers'], 1)
|
||||
]
|
||||
|
||||
# If true, show URL addresses after external links.
|
||||
@ -235,8 +235,8 @@ man_pages = [
|
||||
# (source start file, target name, title, author,
|
||||
# dir menu entry, description, category)
|
||||
texinfo_documents = [
|
||||
('index', 'ZaqarReleaseNotes', u'Zaqar Release Notes Documentation',
|
||||
u'Zaqar Developers', 'ZaqarReleaseNotes',
|
||||
('index', 'ZaqarReleaseNotes', 'Zaqar Release Notes Documentation',
|
||||
'Zaqar Developers', 'ZaqarReleaseNotes',
|
||||
'One line description of project.',
|
||||
'Miscellaneous'),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user