jupyter-book icon indicating copy to clipboard operation
jupyter-book copied to clipboard

Bump Sphinx to v8

Open BSchilperoort opened this issue 8 months ago • 1 comments

This PR bumps the sphinx version to v8, and upgrades myst-parser to a sphinx v8 compatible version. Sphinx dropped Python 3.9, so I dropped it here as well.

Only 1 non-tex/chrome test fails locally, but I'm unsure why or if it's a system setup thing. If tests can be run on CI here that would clear it up.

BSchilperoort avatar Mar 31 '25 08:03 BSchilperoort

Also, the timeout test failed locally, as the notebook (loop_unrun.ipynb) finished running within the timeout. It might be better to use a time.sleep(n_seconds) statement here for reproducibility on different systems and Python versions.

BSchilperoort avatar Mar 31 '25 08:03 BSchilperoort