From c0763740ee43ebdaa49e10c55187b0ba8066068a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Ricart?= Date: Mon, 17 Feb 2025 14:01:08 +0100 Subject: [PATCH] add dependences --- source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/conf.py b/source/conf.py index b675df4..535a7f4 100644 --- a/source/conf.py +++ b/source/conf.py @@ -15,6 +15,7 @@ author = 'Michaƫl Ricart' extensions = [ "sphinx_datatables", + "sphinxcontrib.jquery", ] templates_path = ['_templates']