Skip to content

Commit 23d69f6

Browse files
Pin jupyter-book<2 to fix docs build in CI
jupyter-book v2 uses a new MyST config format (myst.yml) and no longer supports the legacy _config.yml/_toc.yml used by this project, causing the build to produce no output. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f4213ae commit 23d69f6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Pin jupyter-book to v1 to fix documentation build in CI.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies = [
4141
dev = [
4242
"build",
4343
"furo",
44-
"jupyter-book",
44+
"jupyter-book<2",
4545
"markupsafe",
4646
"pydata-sphinx-theme",
4747
"sphinx",

0 commit comments

Comments
 (0)