Re: [sqlalchemy] Docs in PDF are not being generated

2013-02-18 Thread Michael Bayer
we have our own Makefile in sqlalchemy/doc/build/texinputs which adds the option "-interaction=nonstopmode" to LATEXOPTS: # Additional LaTeX options LATEXOPTS = -interaction=nonstopmode if I run without this flag, then pdflatex constantly stops to ask for input about things.I'm not sure if

Re: [sqlalchemy] Docs in PDF are not being generated

2013-02-17 Thread Vraj Mohan
The TOC is generated correctly for me in 1 pass with invocation of "make latexpdf" (I verified with "make clean latexpdf"). I've attached my make log. Google groups is not allowing me to attach the generated PDF file or my make output. Please let me know how we can proceed to debug this issue.

Re: [sqlalchemy] Docs in PDF are not being generated

2013-02-15 Thread Michael Bayer
OK, I've committed this and yes that was a whole new error I wasn't familiar with, which appears to be why RTD wasn't building at all. Now it's back to building as you can see via the link here: http://docs.sqlalchemy.org/en/latest/. The PDF though doesn't have the table of contents at the

Re: [sqlalchemy] Docs in PDF are not being generated

2013-02-14 Thread Vraj Mohan
The attached patch fixes it. The problem is in the dialect_info extension. The issue is that sphinx.builders.Builder.get_relative_uri may raise NoUri. Disclaimer: I still do not understand sphinx well enough to know why this is so, I hope this helps. --Vraj Mohan On Wed, Jan 30, 2013 at 9:41 AM,

Re: [sqlalchemy] Docs in PDF are not being generated

2013-01-30 Thread Gery .
Standardization is always necessary, just a question, which tool would you suggest for converting things to PDF? Sent from my iBath On Jan 30, 2013, at 20:16, "Michael Bayer" wrote: Keep in mind were ideally working with readthedocs standard tools. It really should be possible for this to al

Re: [sqlalchemy] Docs in PDF are not being generated

2013-01-30 Thread Wichert Akkerman
On Jan 30, 2013, at 17:53 , Michael Bayer wrote: > I've asked people before about this seemingly ridiculous "generate twice" > requirement of LaTeX and I get these incredulous answers like "why? what's > wrong with running it twice?", as though I'm being unreasonable. It is an artefact if how

Re: [sqlalchemy] Docs in PDF are not being generated

2013-01-30 Thread Michael Bayer
Keep in mind were ideally working with readthedocs standard tools. It really should be possible for this to all work using standard approaches. Sent from my iPhone On Jan 30, 2013, at 12:50 PM, Werner wrote: > On 30/01/2013 17:53, Michael Bayer wrote: >> On Jan 30, 2013, at 10:10 AM, Vraj Moh

Re: [sqlalchemy] Docs in PDF are not being generated

2013-01-30 Thread Werner
On 30/01/2013 17:53, Michael Bayer wrote: On Jan 30, 2013, at 10:10 AM, Vraj Mohan wrote: Is there any interest in having this fixed? I'd love someone to take it on and fix it, sure.I've been asking around for help for years, as I still see people publishing entire books with LaTeX. Wha

RE: [sqlalchemy] Docs in PDF are not being generated

2013-01-30 Thread Gery .
screen. Do NOT print if it is NOT necessary. Denken Sie an die Umwelt - bewahren Sie es auf dem Bildschirm. Drucken Sie es NICHT, wenn es NICHT notwendig ist. > Subject: Re: [sqlalchemy] Docs in PDF are not being generated > From: mike...@zzzcomputing.com > Date: Wed, 30 Jan 2013 11:53

Re: [sqlalchemy] Docs in PDF are not being generated

2013-01-30 Thread Michael Bayer
On Jan 30, 2013, at 10:10 AM, Vraj Mohan wrote: > Is there any interest in having this fixed? I'd love someone to take it on and fix it, sure.I've been asking around for help for years, as I still see people publishing entire books with LaTeX. To proceed here, just learn how to do the Sph

Re: [sqlalchemy] Docs in PDF are not being generated

2013-01-30 Thread Vraj Mohan
Is there any interest in having this fixed? I am new to SQLAlchemy and am keen to learn both SQLAlchemy and Sphinx, and have some time to spare. If there's not much interest in the PDFs, I am open to help in other areas. --Vraj On Wed, Jan 30, 2013 at 9:41 AM, Michael Bayer wrote: > the PDFS hav

Re: [sqlalchemy] Docs in PDF are not being generated

2013-01-30 Thread Michael Bayer
the PDFS have generated very poorly for quite some time and readthedocs environment is not able to adapt to the many warnings it generates for SQLAlchemy's documentation. I've was n the Sphinx list a few years ago at this point asking for solutions regarding some of these warnings and was not