Re: [sqlalchemy] Download documentation as pdf

2020-08-21 Thread Mike Bayer
it's not, as PDF generation is very problematic and we are not able to provide this file. The sphinx documentation can be built as LaTeX that can then be converted to pdf but you'd find it's a very error prone process, and the resulting PDF doesn't look very good either. On Fri, Aug 21, 2020,

[sqlalchemy] Download documentation as pdf

2020-08-21 Thread Amey Joshi
I am curious, is 1.3 documentation available as pdf format ? I can see it is available as zip file as a bundle of html files https://docs.sqlalchemy.org/en/13/index.html. Amey -- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper http://www.sqlalchemy.org/ To post example