From 98d94a7b768065dab263aabd722472b4b12a4fb0 Mon Sep 17 00:00:00 2001 From: John Jasa Date: Mon, 1 Dec 2025 11:47:29 -0700 Subject: [PATCH] Pinning jupyterbook <2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 50fd61dbc..5056ee3fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ develop = [ "pytest-subtests", "pytest-dependency", "responses", - "jupyter-book", + "jupyter-book<2", "sphinxcontrib-napoleon", ] examples = ["jupyterlab"]