[PATCH 1/2] doc: Explicitly list build dependencies for docs

Paul Barker paul.barker.ct at bp.renesas.com
Tue Aug 22 20:53:58 CEST 2023


Highlight the packages which need to be installed in order to build the
docs.

Signed-off-by: Paul Barker <paul.barker.ct at bp.renesas.com>
---
 doc/build/documentation.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/doc/build/documentation.rst b/doc/build/documentation.rst
index 011cd34a57c0..20b0fefa2d88 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
 ------------------
 
-- 
2.34.1



More information about the U-Boot mailing list