summaryrefslogtreecommitdiff
path: root/doc/builders.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-11-08 16:54:06 +0100
committerGeorg Brandl <georg@python.org>2009-11-08 16:54:06 +0100
commitcfa944c8b196c8cbf9660b4e25b6a45bc4a118f3 (patch)
tree5c8a3f3b579364d409891fc31df913225fdbc8e1 /doc/builders.rst
parent3ad73525f1ade7010ca6ab4e6f25d8822b374b82 (diff)
downloadsphinx-cfa944c8b196c8cbf9660b4e25b6a45bc4a118f3.tar.gz
Add notes on rst2pdf pdf builder.
Diffstat (limited to 'doc/builders.rst')
-rw-r--r--doc/builders.rst5
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