From e7c69df51572f5d464a47f0b8f4b4f870b9b1675 Mon Sep 17 00:00:00 2001 From: Hugo Lima Date: Wed, 21 Oct 2009 14:12:28 -0200 Subject: Removed latex sphinx config options. --- doc/conf.py | 31 ------------------------------- 1 file changed, 31 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3