conf.py: add sphinxcontrib.plantuml

Adds the extension sphinxcontrib.plantuml

Reviewed-by: Joakim Bech <joakim.bech@linaro.org>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
diff --git a/conf.py b/conf.py
index b1d1f2e..f9ba362 100644
--- a/conf.py
+++ b/conf.py
@@ -20,7 +20,7 @@
 # -- Project information -----------------------------------------------------
 
 project = 'OP-TEE documentation'
-copyright = '2019 - 2020 TrustedFirmware.org'
+copyright = '2019 - 2021 TrustedFirmware.org'
 author = 'TrustedFirmware.org'
 
 # The short X.Y version
@@ -41,7 +41,8 @@
 extensions = [
     'sphinx.ext.todo',
     'sphinx.ext.viewcode',
-    'sphinx.ext.graphviz'
+    'sphinx.ext.graphviz',
+    'sphinxcontrib.plantuml'
 ]
 
 # Add any paths that contain templates here, relative to this directory.