From: Mike Bayer Date: Fri, 15 Apr 2011 01:08:54 +0000 (-0400) Subject: fix for pdf X-Git-Tag: rel_0_7b4~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cd4ccabafd19a2c97ffe9bbd43b28ede30b61b7;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix for pdf --- 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'), ]