From e7321b9084ea5d03f7d429ddcd376ca62cb1b747 Mon Sep 17 00:00:00 2001 From: jgart <47760695+jgarte@users.noreply.github.com> Date: Thu, 9 Mar 2023 18:06:08 -0600 Subject: [PATCH 1/2] Add sphinxcontrib.jquery as a dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3350bf0..708aed5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ documentation = "https://sphinx-data-viewer.readthedocs.io/en/latest/" [tool.poetry.dependencies] python = "^3.6" sphinx = ">=4" +sphinxcontrib.jquery = ">=3.0.0" [tool.poetry.dev-dependencies] From 6e17ae088d25536c3f63538c3f943d0810a8efba Mon Sep 17 00:00:00 2001 From: jgart <47760695+jgarte@users.noreply.github.com> Date: Fri, 10 Mar 2023 15:02:47 +0000 Subject: [PATCH 2/2] Add jquery plugin to conf file --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 6399d82..0cd2527 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,7 +35,8 @@ 'sphinx_needs', 'sphinx_immaterial', 'sphinx_design', - 'sphinx_copybutton' + 'sphinx_copybutton', + "sphinxcontrib.jquery" ] data_viewer_data = {