remove unicode from code
Change-Id: If93af8c01cbbaad4e64dc78fb651815a4de6e741
This commit is contained in:
parent
e4f2cf4a5f
commit
370be17fc5
@ -41,8 +41,8 @@ source_suffix = '.rst'
|
||||
master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = u'Gear'
|
||||
copyright = u'2013, OpenStack Foundation'
|
||||
project = 'Gear'
|
||||
copyright = '2013, 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
|
||||
@ -184,8 +184,8 @@ latex_elements = {
|
||||
# Grouping the document tree into LaTeX files. List of tuples
|
||||
# (source start file, target name, title, author, documentclass [howto/manual]).
|
||||
latex_documents = [
|
||||
('index', 'Gear.tex', u'Gear Documentation',
|
||||
u'OpenStack Foundation', 'manual'),
|
||||
('index', 'Gear.tex', 'Gear Documentation',
|
||||
'OpenStack Foundation', 'manual'),
|
||||
]
|
||||
|
||||
# The name of an image file (relative to this directory) to place at the top of
|
||||
@ -214,10 +214,10 @@ latex_documents = [
|
||||
# One entry per manual page. List of tuples
|
||||
# (source start file, name, description, authors, manual section).
|
||||
man_pages = [
|
||||
('index', 'gear', u'Gear Full Documentation',
|
||||
[u'OpenStack Foundation'], 1),
|
||||
('geard', 'geard', u'async pure python Gearman daemon',
|
||||
[u'OpenStack Foundation'], 8),
|
||||
('index', 'gear', 'Gear Full Documentation',
|
||||
['OpenStack Foundation'], 1),
|
||||
('geard', 'geard', 'async pure python Gearman daemon',
|
||||
['OpenStack Foundation'], 8),
|
||||
]
|
||||
|
||||
# If true, show URL addresses after external links.
|
||||
@ -230,8 +230,8 @@ man_pages = [
|
||||
# (source start file, target name, title, author,
|
||||
# dir menu entry, description, category)
|
||||
texinfo_documents = [
|
||||
('index', 'Gear', u'Gear Documentation',
|
||||
u'OpenStack Foundation', 'Gear', 'One line description of project.',
|
||||
('index', 'Gear', 'Gear Documentation',
|
||||
'OpenStack Foundation', 'Gear', 'One line description of project.',
|
||||
'Miscellaneous'),
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user