diff --git a/docs/requirements.txt b/docs/requirements.txt index b62db0316..a0672b4f3 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -7,7 +7,8 @@ sphinx-remove-toctrees sphinx-autodoc-typehints==1.11.1 sphinx-copybutton>=0.5.0 jupyter-sphinx>=0.3.2 -myst-nb +# Newer versions cause build failures; see https://github.com/google/jax/pull/10502 +myst-nb==0.13.2 # Need to pin docutils to 0.16 to make bulleted lists appear correctly on # ReadTheDocs: https://stackoverflow.com/a/68008428