From 7cd4ccabafd19a2c97ffe9bbd43b28ede30b61b7 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 14 Apr 2011 21:08:54 -0400 Subject: [PATCH] fix for pdf --- doc/build/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/conf.py b/doc/build/conf.py index 6c9e39aff9..63ccd0d02b 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -199,7 +199,7 @@ htmlhelp_basename = 'SQLAlchemydoc' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ - ('index', 'sqlalchemy_%s.tex' % release.replace('.', '_'), ur'SQLAlchemy Documentation', + ('contents', 'sqlalchemy_%s.tex' % release.replace('.', '_'), ur'SQLAlchemy Documentation', ur'Mike Bayer', 'manual'), ] -- 2.47.2