Docs: Update description for Sphinx SVG plugin

Correct the description which is copied from plantuml,
and update the missing information.

Signed-off-by: Summer Qin <summer.qin@arm.com>
Change-Id: Iaeecc0f481db1ef94e3a35920865e3dca467feda
diff --git a/docs/conf.py.in b/docs/conf.py.in
index 99b2fcb..b4430c9 100644
--- a/docs/conf.py.in
+++ b/docs/conf.py.in
@@ -50,7 +50,7 @@
     'm2r', #Support markdown files. Needed for external code.
     'sphinx.ext.autosectionlabel', #Make sphinx generate a label for each section
     'sphinxcontrib.plantuml', #Add support for PlantUML drawings
-    'sphinxcontrib.rsvgconverter' #Add support for PlantUML drawings
+    'sphinxcontrib.rsvgconverter' #Add support for SVG to PDF
 ]
 
 #Location of PlantUML
diff --git a/docs/getting_started/tfm_sw_requirement.rst b/docs/getting_started/tfm_sw_requirement.rst
index 4a30aa9..f734105 100644
--- a/docs/getting_started/tfm_sw_requirement.rst
+++ b/docs/getting_started/tfm_sw_requirement.rst
@@ -283,6 +283,7 @@
     - Sphinx v1.7.9
     - m2r v0.2.0
     - sphinxcontrib-plantuml
+    - sphinxcontrib-svg2pdfconverter
     - sphinx-rtd-theme
     - Graphviz dot v2.38.0 or later
     - PlantUML v1.2018.11 or later
@@ -382,6 +383,7 @@
    "Doxygen",">1.8","Reference manual"
    "Sphinx",">1.4","User Guide"
    "sphinxcontrib-plantuml",,"User Guide"
+   "sphinxcontrib-svg2pdfconverter",,"User Guide"
    "sphinx-trd-theme",,"User Guide"
    "Git",,
    "PlantUML",">v1.2018.11","Reference Manual, User Guide"
@@ -411,6 +413,7 @@
     state refman as "Reference Manual" <<doc>>
     state rtd_theme as "sphinx-rtd-theme" <<doc>>
     state sphnix_puml as "sphinxcontrib-plantuml" <<doc>>
+    state sphnix_svg as "sphinxcontrib-svg2pdfconverter" <<doc>>
     state JRE as "JRE" <<doc>> : Java Runtime Environment
     state gwiz as "Graphwiz dot" <<doc>>
     state Sphinx as "Sphinx" <<doc>>
@@ -444,9 +447,11 @@
     Sphinx --> m2r
     Sphinx --> rtd_theme
     Sphinx --> sphnix_puml
+    Sphinx --> sphnix_svg
     m2r --> Python3
     rtd_theme --> Python3
     sphnix_puml --> Python3
+    sphnix_svg --> Python3
     Sphinx --> PlantUML
     PlantUML --> JRE
     PlantUML --> gwiz