From ba13de186f1e32a5b551f2c335aced87a96881a6 Mon Sep 17 00:00:00 2001 From: Brian Manh Hien Han Date: Mon, 30 Sep 2024 14:50:27 -0700 Subject: [PATCH 1/2] Add jquery --- src/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/conf.py b/src/conf.py index f662a92b0d..244c85a16d 100644 --- a/src/conf.py +++ b/src/conf.py @@ -57,7 +57,8 @@ 'sphinxcontrib.jquery', '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. From a77747fb87b9c177eef6d3a7d5537e93a91186de Mon Sep 17 00:00:00 2001 From: Brian Manh Hien Han Date: Mon, 30 Sep 2024 15:32:46 -0700 Subject: [PATCH 2/2] Undo change (no modification to develop) --- src/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/conf.py b/src/conf.py index 244c85a16d..f662a92b0d 100644 --- a/src/conf.py +++ b/src/conf.py @@ -57,8 +57,7 @@ 'sphinxcontrib.jquery', 'sphinx.ext.todo', 'sphinx.ext.coverage', - 'sphinx.ext.mathjax', - 'sphinxcontrib.jquery' + 'sphinx.ext.mathjax' ] # Add any paths that contain templates here, relative to this directory.