[CentralOH] rst2pdf module

Matthew Wilson matt at tplus1.com
Mon Apr 5 23:02:48 CEST 2010


Don't use rst2pdf for converting to sphinx. Sphinx has its own stuff
to go from sphinx to PDF.

If you have the makefiles set up, you use "make html" to convert sphinx to HTML.

Converting sphinx to PDF is similar:

$ make latex
$ cd .build/latex
$ make all-pdf

You'll probably need to install pdflatex, and then repeat step 3 above.

I love rst2pdf, but I use it for converting simple one-page memos from
restructured text to PDFs.

Good luck!

Matt

-- 
W. Matthew Wilson
matt at tplus1.com
http://tplus1.com


More information about the CentralOH mailing list