Add notes on rst2pdf pdf builder.

This commit is contained in:
Georg Brandl 2009-11-08 16:54:06 +01:00
parent 360bcbcfbb
commit adad88b429
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -9,6 +9,11 @@ suggest new entries!
How do I...
-----------
... create PDF builds without LaTeX?
You can use `rst2pdf <http://rst2pdf.googlecode.com>`_ version 0.12 or greater
which comes with built-in Sphinx integration. See the :ref:`builders`
section for details.
... get section numbers?
They are automatic in LaTeX output; for HTML, give a ``:numbered:`` option to
the :dir:`toctree` directive where you want to start numbering.