From 16165acc666805ab98409f5bca2819a724d822b6 Mon Sep 17 00:00:00 2001 From: Anton Akhmerov <anton.akhmerov@gmail.com> Date: Sun, 2 Jun 2019 10:41:18 +0200 Subject: [PATCH] mention that sphinxcontrib-svg2pdfconverter is needed to build PDF docs Closes issue #300 --- INSTALL.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index db5d0987..88209df5 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -147,8 +147,9 @@ To build the documentation, the `Sphinx documentation generator (version 0.5 or newer), as well as ``jupyter-sphinx`` (version 0.2 or newer). If PDF documentation is to be built, the tools from the `libRSVG <https://wiki.gnome.org/action/show/Projects/LibRsvg>`_ -(Debian/Ubuntu package ``librsvg2-bin``) are needed to convert SVG drawings -into the PDF format. +(Debian/Ubuntu package ``librsvg2-bin``) and a Sphinx extension +``sphinxcontrib-svg2pdfconverter`` are needed to convert SVG drawings into the +PDF format. As a prerequisite for building the documentation, Kwant must have been built successfully using ``python3 setup.py build`` as described above (or Kwant must -- GitLab