From 7a39859ae4242f3d80f46173f2efa51ff2664869 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 26 Dec 2009 20:01:45 +0000 Subject: Provide a dedicated latex index. --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index a67a6206f..905d7c197 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -166,7 +166,7 @@ latex_font_size = '10pt' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, document class [howto/manual]). latex_documents = [ - ('index', 'repozebfg.tex', 'repoze.bfg Documentation', 'Chris McDonough', + ('latexindex', 'repozebfg.tex', 'repoze.bfg Documentation', 'Chris McDonough', 'manual'), ] @@ -185,4 +185,4 @@ latex_use_parts = True #latex_appendices = [] # If false, no module index is generated. -latex_use_modindex = True +latex_use_modindex = False -- cgit v1.2.3