From 3d6333d65ee8ba5835e4c5922f549f19a773c6b2 Mon Sep 17 00:00:00 2001 From: RCarter-IDM Date: Fri, 25 Oct 2024 13:21:49 -0700 Subject: [PATCH 1/2] jupyterlab version fix --- docs/requirements.txt | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index f3928b48..817783e5 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,12 +1,10 @@ pydata-sphinx-theme sphinxcontrib-napoleon~=0.7 -sphinx~=6.2.1 -plantweb~=1.2.1 -numpydoc~=1.5.0 -myst-parser~=2.0.0 -readthedocs-sphinx-search~=0.3.1 +sphinx~=6.2 +plantweb~=1.2 +numpydoc~=1.5 +myst-parser~=2.0 jinja2<3.1 sphinxcontrib-programoutput~=0.17 nbsphinx~=0.9.2 -jupyterlab~=4.0.2 -sphinxcontrib-jquery~=4.1 +jupyterlab~=4.0 \ No newline at end of file From 860384b726b4438a2efdac8d5448e58cf076f19f Mon Sep 17 00:00:00 2001 From: RCarter-IDM Date: Fri, 25 Oct 2024 13:47:54 -0700 Subject: [PATCH 2/2] sphinx search extenstion --- docs/conf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a9d6bdce..90465626 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,10 +43,8 @@ 'sphinx.ext.napoleon', 'sphinx.ext.todo', 'plantweb.directive', - 'sphinx_search.extension', # search across multiple docsets in domain 'sphinx.ext.viewcode', # link to view source code 'myst_parser', # source files written in MD or RST - 'sphinxcontrib.jquery', ] myst_enable_extensions = [