That said, I forget - how do we convert from HTML to PDF with Python-Sphinx?
# make latex && cd build/latex && make all-pdf
You probably need a recent version of pdflatex from texlive installed
to build those. If this doesn't work well (I haven't run this in a
really long time), we can look at other options. I think recent
versions of sphinx support less baroque options for pdf generation.
~Andy
Yeah, no good on CentOS 5. Trying to see if Ubuntu 10.04 has this stuff (betting that it does) and, if so, I can just use that.
I just ran this on lucid without running into problems. You do have
to have the right packages installed though. This post is useful:
http://jimmyg.org/blog/2009/sphinx-pdf-generation-with-latex.html
~Andy
Yep that was helpful. I distilled some of it down to a page on our wiki:
http://hollandbackup.org/BuildingUsageDocs
Didn't have to do any setuptools stuff with 10.04. Just basically installed the packages and started rocking.