diff mbox series

[2/4] conf.py: enable sphinx.ext.graphviz extension

Message ID 20260911150750.75697-2-adrian.freihofer@siemens.com
State New
Headers show
Series [1/4] dev-manual/devtool: fix non-patch local file handling docs | expand

Commit Message

AdrianF Sept. 11, 2026, 3:07 p.m. UTC
From: Adrian Freihofer <adrian.freihofer@siemens.com>

Required by the .. graphviz:: diagrams added to dev-manual/devtool.rst
in a following commit.

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
---
 documentation/conf.py | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/documentation/conf.py b/documentation/conf.py
index 48d28a686..7144d6db1 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -48,6 +48,7 @@  needs_sphinx = "4.0"
 extensions = [
     'sphinx.ext.autosectionlabel',
     'sphinx.ext.extlinks',
+    'sphinx.ext.graphviz',
     'sphinx.ext.intersphinx',
     'sphinx_copybutton',
     'sphinxcontrib.rsvgconverter',