aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-10-21 14:12:28 -0200
committerHugo Lima <hugo.lima@openbossa.org>2009-10-21 14:12:28 -0200
commite7c69df51572f5d464a47f0b8f4b4f870b9b1675 (patch)
tree423b7607674a449d58970244bad8768bde454f6e /doc
parent111061c3fceb872d4efcafb65014bfd91cfd0051 (diff)
Removed latex sphinx config options.
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py31
1 files changed, 0 insertions, 31 deletions
diff --git a/doc/conf.py b/doc/conf.py
index ff92b1832..604fa685d 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -161,34 +161,3 @@ html_add_permalinks = False;
# If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml").
#html_file_suffix = ''
-# -- Options for LaTeX output --------------------------------------------------
-
-# The paper size ('letter' or 'a4').
-#latex_paper_size = 'letter'
-
-# The font size ('10pt', '11pt' or '12pt').
-#latex_font_size = '10pt'
-
-# Grouping the document tree into LaTeX files. List of tuples
-# (source start file, target name, title, author, documentclass [howto/manual]).
-latex_documents = [
- ('index', 'apiextractor.tex', u'API Extractor Documentation',
- u'Nokia Corporation', 'manual'),
-]
-
-# The name of an image file (relative to this directory) to place at the top of
-# the title page.
-#latex_logo = None
-
-# For "manual" documents, if this is true, then toplevel headings are parts,
-# not chapters.
-#latex_use_parts = False
-
-# Additional stuff for the LaTeX preamble.
-#latex_preamble = ''
-
-# Documents to append as an appendix to all manuals.
-#latex_appendices = []
-
-# If false, no module index is generated.
-#latex_use_modindex = True