From e58c151c2676a8068c73c8f5fe28aa073e8008cc Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Thu, 4 Mar 2021 11:25:50 +0100 Subject: [PATCH] doc: readme: remove list of Python dependencies Instead of listing Python dependencies in the docs, refer to the requirements file. This way docs are never out of sync. Signed-off-by: Gerard Marull-Paretas --- doc/README.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/README.rst b/doc/README.rst index d0e17a41a11..38c1ff23789 100644 --- a/doc/README.rst +++ b/doc/README.rst @@ -55,12 +55,9 @@ Installing the documentation processors Our documentation processing has been tested to run with: * Doxygen version 1.8.13 -* Sphinx version 3.2.0 -* Breathe version 4.20.0 -* docutils version 0.16 -* sphinx_rtd_theme version 0.4.0 -* sphinxcontrib-svg2pdfconverter version 0.1.0 * Latexmk version 4.56 +* All Python dependencies listed in the repository file + ``scripts/requirements-doc.txt`` In order to install the documentation tools, first install Zephyr as described in :ref:`getting_started`. Then install additional tools