]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix for pdf
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 15 Apr 2011 01:08:54 +0000 (21:08 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 15 Apr 2011 01:08:54 +0000 (21:08 -0400)
doc/build/conf.py

index 6c9e39aff9ad41011bebaf06eda844d9c31ec706..63ccd0d02b535cf67022ca6eb4c98fbb0c815cdf 100644 (file)
@@ -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'),
 ]