From f9c86618e9cb41778374944748c0998d355e1665 Mon Sep 17 00:00:00 2001
From: Andrei Gherzan <andrei.gherzan@huawei.com>
Date: Fri, 23 Apr 2021 15:56:43 +0100
Subject: [PATCH] conf.py: Include platuml extension

Some subprojects, for example meta-ohos, use this extension for uml
diagrams.

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf.py b/conf.py
index 167c4ed..8874b65 100644
--- a/conf.py
+++ b/conf.py
@@ -33,7 +33,7 @@ release = version
 # Add any Sphinx extension module names here, as strings. They can be
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 # ones.
-extensions = ['sphinx_tabs.tabs']
+extensions = ['sphinx_tabs.tabs', 'sphinxcontrib.plantuml']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
-- 
GitLab