From ae247e9633c33a993fa4fa87115cb88555a5e735 Mon Sep 17 00:00:00 2001 From: Jeff Newman Date: Wed, 5 Aug 2026 15:00:47 -0500 Subject: [PATCH] Pin Jupyter Book to 1.x for docs builds --- .github/workflows/run-tests.yml | 3 ++- docs/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index f34e206..198b7f9 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -117,7 +117,8 @@ jobs: auto-update-conda: false - name: Install Jupyterbook and ruamel.yaml run: | - conda install jupyter-book ruamel.yaml sphinx-autosummary-accessors -c conda-forge + # The docs use the Jupyter Book 1.x Sphinx project layout. + conda install "jupyter-book<2" ruamel.yaml sphinx-autosummary-accessors -c conda-forge - name: Install sharrow run: | python -m pip install --no-deps . diff --git a/docs/requirements.txt b/docs/requirements.txt index 09e8b90..6162bd0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -jupyter-book +jupyter-book < 2 matplotlib numpy >= 1.19 pandas >= 1.2