From 234e5b8c5b04fa5d9ba3d32c1e80530ea202e6b8 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 12 Feb 2012 02:21:57 -0400 Subject: [PATCH] Add Latex configuration --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 2d7df78659..06e2d962ad 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -183,7 +183,7 @@ htmlhelp_basename = 'MayanEDMSdoc' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'MayanEDMS.tex', u'Mayan EDMS Documentation', + ('contents', 'MayanEDMS.tex', u'Mayan EDMS Documentation', u'Roberto Rosario', 'manual'), ] @@ -216,6 +216,6 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'mayanedms', u'Mayan EDMS Documentation', + ('contents', 'mayanedms', u'Mayan EDMS Documentation', [u'Roberto Rosario'], 1) ]