aboutsummaryrefslogtreecommitdiffstats
path: root/manual/installation.rst
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-19 19:12:11 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-19 19:57:47 +0100
commit92613a1eec543a00dd25dc6cdd407929323a811c (patch)
tree3aa7e7e501214fb31e1891ae9f3fffef98b73b09 /manual/installation.rst
parentd3501c4f3e34d2043d5f9f8d314c5fe6ab5cdbd4 (diff)
downloadqpdf-92613a1eec543a00dd25dc6cdd407929323a811c.tar.zst
doc: switch html theme to sphinx_rtd_theme
Diffstat (limited to 'manual/installation.rst')
-rw-r--r--manual/installation.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/manual/installation.rst b/manual/installation.rst
index 568c2e20..197977e7 100644
--- a/manual/installation.rst
+++ b/manual/installation.rst
@@ -63,10 +63,11 @@ ghostscript.
Pre-built documentation is distributed with qpdf, so you should
generally not need to rebuild the documentation. In order to build the
documentation from source, you need to install `Sphinx
-<https://sphinx-doc.org>`__. To build the PDF version of the
-documentation, you need ``pdflatex``, ``latexmk``, and a fairly complete
-LaTeX installation. Detailed requirements can be found in the Sphinx
-documentation.
+<https://sphinx-doc.org>`__ along with the ``sphinx_rtd_doc`` theme
+(``pip install sphinx sphinx_rtd_theme``). To build the PDF version of
+the documentation, you need ``pdflatex``, ``latexmk``, and a fairly
+complete LaTeX installation. Detailed requirements can be found in the
+Sphinx documentation.
.. _building: