From ab72eaba1714cdcc28b8821c869f7371b04a2842 Mon Sep 17 00:00:00 2001 From: KasukabeDefenceForce Date: Mon, 7 Oct 2024 18:13:26 +0530 Subject: [PATCH] Add jquery to extensions list --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index ef2cc4d153f..178bc23f0fd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -86,6 +86,7 @@ "sphinxcontrib.apidoc", "sphinxcontrib.bibtex", "matplotlib.sphinxext.plot_directive", + "sphinxcontrib.jquery", "nbsphinx", "numpydoc", "recommonmark",