mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-04 06:48:27 -04:00
fix for pdf
This commit is contained in:
Vendored
+1
-1
@@ -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'),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user