From: Paul Barker <paul.barker.ct@bp.renesas.com>
Date: Tue, 22 Aug 2023 18:53:58 +0000 (+0100)
Subject: doc: Explicitly list build dependencies for docs
X-Git-Tag: v2025.01-rc5-pxa1908~874^2~1
X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=2a3c0680e60eea6591b6c43671d0eef4eac35681;p=u-boot.git

doc: Explicitly list build dependencies for docs

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>
---

diff --git a/doc/build/documentation.rst b/doc/build/documentation.rst
index 011cd34a57..20b0fefa2d 100644
--- a/doc/build/documentation.rst
+++ b/doc/build/documentation.rst
@@ -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
 ------------------