doc: Explicitly list build dependencies for docs
authorPaul Barker <paul.barker.ct@bp.renesas.com>
Tue, 22 Aug 2023 18:53:58 +0000 (19:53 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 23 Aug 2023 06:03:00 +0000 (08:03 +0200)
Highlight the packages which need to be installed in order to build the
docs.

Signed-off-by: Paul Barker <paul.barker.ct@bp.renesas.com>
doc/build/documentation.rst

index 011cd34..20b0fef 100644 (file)
@@ -5,6 +5,17 @@ Building documentation
 
 The U-Boot documentation is based on the Sphinx documentation generator.
 
+In addition to the Python packages listed in ``doc/sphinx/requirements.txt``,
+the following dependencies are needed to build the documentation:
+
+* fontconfig
+
+* graphviz
+
+* imagemagick
+
+* texinfo (if building the `Infodoc documentation`_)
+
 HTML documentation
 ------------------