diff options
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 |
