jupyter-book
jupyter-book copied to clipboard
Bump Sphinx to v8
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.
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.