Closed brian-rose closed 1 week ago
hmmm wonder if it might be related to Python 3.13. I'll try doing a version pin to 3.12 as a first step to rule that out.
AFAIK the problem stems from the current (1.0.3) version of jupyter-book. With Python >=3.13, it seems to require sphinx=5.3.0.
Nightly builds of this cookbook have been failing for the past few days.
For some reason we are getting an out-of-date version of Sphinx (v5.3.0) in the build environment. This is from the most recent build
The most recent successful build installed Sphinx v7.4.7.
I couldn't reproduce the failure locally. I created a new build environment on a Mac M1 laptop and got Sphinx v7.3.7. The build ran without error.