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