Commit 948c4546c8526d7e38dd7854356a233b58a994bc
1 parent
aaea245a
Doc: update requirements for building the documentation
Showing
1 changed file
with
5 additions
and
4 deletions
manual/index.rst
| @@ -144,10 +144,11 @@ ghostscript. | @@ -144,10 +144,11 @@ ghostscript. | ||
| 144 | 144 | ||
| 145 | Pre-built documentation is distributed with qpdf, so you should | 145 | Pre-built documentation is distributed with qpdf, so you should |
| 146 | generally not need to rebuild the documentation. In order to build the | 146 | generally not need to rebuild the documentation. In order to build the |
| 147 | -documentation from its docbook sources, you need the docbook XML style | ||
| 148 | -sheets (http://downloads.sourceforge.net/docbook/). To build the PDF | ||
| 149 | -version of the documentation, you need Apache fop | ||
| 150 | -(http://xml.apache.org/fop/) version 0.94 or higher. | 147 | +documentation from source, you need to install `sphinx |
| 148 | +<https://sphinx-doc.org>`__. To build the PDF version of the | ||
| 149 | +documentation, you need `pdflatex`, `latexmk`, and a fairly complete | ||
| 150 | +LaTeX installation. Detailed requirements can be found in the Sphinx | ||
| 151 | +documentation. | ||
| 151 | 152 | ||
| 152 | .. _ref.building: | 153 | .. _ref.building: |
| 153 | 154 |