commit e1e153710442101dcd58f8f007477747192cb86b Author: juga0 juga@riseup.net Date: Sat Nov 24 10:09:30 2018 +0000
docs: add missing requirement to build the docs
including LaTeX as images. --- docs/source/documenting.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/source/documenting.rst b/docs/source/documenting.rst index c610121..8b9f852 100644 --- a/docs/source/documenting.rst +++ b/docs/source/documenting.rst @@ -35,13 +35,15 @@ To convert the ``LaTeX`` mathematical formulae to images, extra system dependenc are needed:
- Core and Extra Tex_ Live packages +- dvipng_
They are included in most distributions. In Debian install them running::
- apt install texlive-latex-extra + apt install texlive-latex-extra dvpipng
.. _Sphinx: http://www.sphinx-doc.org .. _recommonmark: https://recommonmark.readthedocs.io/ .. _Pylint: https://www.pylint.org/ .. _Tex: http://www.tug.org/texlive/acquire.html +.. _dvipng: https://www.nongnu.org/dvipng/ \ No newline at end of file
tor-commits@lists.torproject.org