diff options
| author | Georg Brandl <georg@python.org> | 2009-11-08 16:54:06 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-11-08 16:54:06 +0100 |
| commit | cfa944c8b196c8cbf9660b4e25b6a45bc4a118f3 (patch) | |
| tree | 5c8a3f3b579364d409891fc31df913225fdbc8e1 /doc/builders.rst | |
| parent | 3ad73525f1ade7010ca6ab4e6f25d8822b374b82 (diff) | |
| download | sphinx-cfa944c8b196c8cbf9660b4e25b6a45bc4a118f3.tar.gz | |
Add notes on rst2pdf pdf builder.
Diffstat (limited to 'doc/builders.rst')
| -rw-r--r-- | doc/builders.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/builders.rst b/doc/builders.rst index bee0094c..9050eec9 100644 --- a/doc/builders.rst +++ b/doc/builders.rst @@ -65,6 +65,11 @@ The builder's "name" must be given to the **-b** command-line option of Its name is ``latex``. +Note that a direct PDF builder using ReportLab is available in `rst2pdf +<http://rst2pdf.googlecode.com>`_ version 0.12 or greater. You need to add +``'rst2pdf.pdfbuilder'`` to your :confval:`extensions` to enable it, its name is +``pdf``. + .. module:: sphinx.builders.text .. class:: TextBuilder |
