From b20cdd88ded45e6f2f04535961dfd36a094533e9 Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Wed, 4 Sep 2024 11:06:15 +1200 Subject: [PATCH] Pin minimum version of furo to 2024.8.6 Try to fix incompatibility with sphinx=8.0 causing `AttributeError: _CascadingStyleSheet is immutable` with old versions of furo. --- ci/doc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/doc.yml b/ci/doc.yml index 983d20f..414cd07 100644 --- a/ci/doc.yml +++ b/ci/doc.yml @@ -12,7 +12,7 @@ dependencies: - ipython - ipykernel - ipywidgets - - furo + - furo>=2024.8.6 - myst-nb - xarray - pip: