diff options
| -rw-r--r-- | doc/build/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py index 6c9e39aff..63ccd0d02 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'), ] |
