Docs: Bringing PlantUML Back
Change-Id: I749abc394123f98603e16e2bd61aae0b4340f41e
Signed-off-by: Elena Uziunaite <elena.uziunaite@arm.com>
diff --git a/docs/conf.py b/docs/conf.py
index 3d4b4c4..5ea63eb 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -61,6 +61,10 @@
intersphinx_disabled_reftypes = ["*"]
+#PlantUML
+if 'PLANTUML_JAR_PATH' in os.environ:
+ plantuml = 'java -jar ' + os.environ['PLANTUML_JAR_PATH']
+
# Make auto section labels generated be prefixed with file name.
autosectionlabel_prefix_document=True
# Add auto section label for level 2 headers only.