From eadabf576a44e9d5f01cc5232cce193f8b8607d9 Mon Sep 17 00:00:00 2001 From: Mark Turner Date: Tue, 8 Oct 2024 10:53:40 +0200 Subject: [PATCH 1/3] Add sphinxcontrib.jquery for new theme --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 0326f633..a2ac2054 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,6 +42,7 @@ "sphinx.ext.mathjax", "sphinx.ext.intersphinx", "sphinx.ext.extlinks", + "sphinxcontrib.jquery", ] # You can define documentation here that will be repeated often From 922ef131cf41859a5e5b6f4a7eccd1acbd08579b Mon Sep 17 00:00:00 2001 From: Mark Turner Date: Tue, 8 Oct 2024 12:02:24 +0200 Subject: [PATCH 2/3] Move jquery to requirements --- docs/conf.py | 1 - docs/requirements.txt | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a2ac2054..0326f633 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,7 +42,6 @@ "sphinx.ext.mathjax", "sphinx.ext.intersphinx", "sphinx.ext.extlinks", - "sphinxcontrib.jquery", ] # You can define documentation here that will be repeated often diff --git a/docs/requirements.txt b/docs/requirements.txt index 543a862e..52e8511a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,5 @@ sphinx -sphinx-book-theme +sphinxcontrib-jquery sphinxcontrib-bibtex +sphinx-book-theme pyscipopt \ No newline at end of file From f83ec8e35ab51a7212218318587288f19e945969 Mon Sep 17 00:00:00 2001 From: Mark Turner Date: Tue, 8 Oct 2024 12:05:49 +0200 Subject: [PATCH 3/3] Remove ext.jquery from conf --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index a2ac2054..0326f633 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,7 +42,6 @@ "sphinx.ext.mathjax", "sphinx.ext.intersphinx", "sphinx.ext.extlinks", - "sphinxcontrib.jquery", ] # You can define documentation here that will be repeated often