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 = { 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]