From 472f72a83fe7ed7bc8b0db3d75cb112415ebb909 Mon Sep 17 00:00:00 2001 From: Jake VanderPlas Date: Fri, 29 Apr 2022 16:01:41 -0700 Subject: [PATCH] docs: pin myst-nb to 0.13.2 --- docs/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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