fix for pdf

This commit is contained in:
Mike Bayer
2011-04-14 21:08:54 -04:00
parent 3f06806cff
commit 7cd4ccabaf
+1 -1
View 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'),
]