From e29fdfe55c867a2cd26615501803c67b95afbb4e Mon Sep 17 00:00:00 2001 From: Cyrus Harrison Date: Fri, 23 Aug 2024 09:48:37 -0700 Subject: [PATCH] add sphinx jquery extension to fix read the docs search --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 5f76d77b76..afafe9e306 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,7 +60,8 @@ 'sphinx.ext.doctest', 'sphinx.ext.todo', 'sphinx.ext.coverage', - 'sphinx.ext.mathjax' + 'sphinx.ext.mathjax', + 'sphinxcontrib.jquery' ] # Add any paths that contain templates here, relative to this directory.