Skip to content
Snippets Groups Projects
Unverified Commit f9c86618 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

conf.py: Include platuml extension


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

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent f0ef08c0
No related branches found
No related tags found
No related merge requests found
......@@ -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']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment