diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-12-26 20:01:45 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-12-26 20:01:45 +0000 |
| commit | 7a39859ae4242f3d80f46173f2efa51ff2664869 (patch) | |
| tree | 3045b0f893aea8bb77b8702d7d6ef9ec22c5621a /docs/conf.py | |
| parent | 831da8a6969703d79c4efb27a96c734140babf45 (diff) | |
| download | pyramid-7a39859ae4242f3d80f46173f2efa51ff2664869.tar.gz pyramid-7a39859ae4242f3d80f46173f2efa51ff2664869.tar.bz2 pyramid-7a39859ae4242f3d80f46173f2efa51ff2664869.zip | |
Provide a dedicated latex index.
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
