Docs: Add requirement of librsvg2-bin for doc generation
Require tool librsvg2-bin in docs for user guide generation.
librsvg2-bin shall be installed to support
sphinxcontrib-svg2pdfconverter.
Otherwise, user guide build will throw out warnings that RSVG converter
command 'rsvg-convert' cannot be run.
Change-Id: Ic988b2771c0c5317b130bb37696c1c2833c162f7
Signed-off-by: David Hu <david.hu@arm.com>
diff --git a/docs/technical_references/instructions/documentation_generation.rst b/docs/technical_references/instructions/documentation_generation.rst
index da21dee..e6b4fc5 100644
--- a/docs/technical_references/instructions/documentation_generation.rst
+++ b/docs/technical_references/instructions/documentation_generation.rst
@@ -127,6 +127,8 @@
- Java runtime environment 1.8 or later (for running PlantUML)
- LaTeX - for PDF generation only
- PdfLaTeX - for PDF generation only
+ - librsvg2-bin - a SVG pictures renderer library to support
+ sphinxcontrib-svg2pdfconverter
.. tabs::