From d70e13c06953aaa03f86dd7592bfe0c0e39fa6b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Ricart?= Date: Mon, 3 Mar 2025 11:55:45 +0100 Subject: [PATCH] [ALL] fix missing extension for d2 diagrams --- source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/conf.py b/source/conf.py index 858da97..e3ff7fd 100644 --- a/source/conf.py +++ b/source/conf.py @@ -16,6 +16,7 @@ author = 'Michaƫl Ricart' extensions = [ "sphinx_datatables", "sphinxcontrib.jquery", + "sphinxcontrib.d2lang", ] templates_path = ['_templates']