From 82a64d6cf05f96b5d203ef77e53839a6f7ef49f3 Mon Sep 17 00:00:00 2001 From: Ben Smith Date: Thu, 18 Jan 2024 09:22:44 -0500 Subject: [PATCH] jQuery keeps failling to load even though it's definitely loaded. --- docs/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index fe666d63..1f2682f1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -73,7 +73,8 @@ 'sphinx.ext.imgmath', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode', - 'myst_parser'] + 'myst_parser', + 'sphinxcontrib.jquery'] # -- Special API Accesses ------------------------------------------------- # They create an instance of the Sphinx object, documented here