summaryrefslogtreecommitdiffstats
path: root/doc/conf.py
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-01-13 22:31:16 +0000
committerSol Jerome <solj@ices.utexas.edu>2010-01-13 22:31:16 +0000
commit7d41e7f70822e62592d55228da1706176b437aa2 (patch)
treec739bc6e714a45c0110be6293b7960d5c62646de /doc/conf.py
parente966b4a4972af39ffec345e5ebe362b7565fc4b5 (diff)
downloadbcfg2-7d41e7f70822e62592d55228da1706176b437aa2.tar.gz
bcfg2-7d41e7f70822e62592d55228da1706176b437aa2.tar.bz2
bcfg2-7d41e7f70822e62592d55228da1706176b437aa2.zip
doc: latex fix from Thorsten Lockert
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5678 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index aea2099d8..81d3eb8eb 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -173,7 +173,7 @@ latex_font_size = '11pt'
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
- ('index', 'bcfg2.tex', u'Bcfg2 Documentation',
+ ('contents', 'bcfg2.tex', u'Bcfg2 Documentation',
u'Narayan Desai and Thorsten Lockert', 'manual', True),
]