From a0e7220f7ae857c920e43da67b76cf94fc9b4036 Mon Sep 17 00:00:00 2001 From: Ryan May Date: Thu, 7 Nov 2024 13:36:23 -0700 Subject: [PATCH] CI: Bump myst-parser to 4.0.0 and sphinx-rtd-theme to 3.0.1 For compatibility with Sphinx 8. --- ci/doc_requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/doc_requirements.txt b/ci/doc_requirements.txt index e7922b06c..9a434aa52 100644 --- a/ci/doc_requirements.txt +++ b/ci/doc_requirements.txt @@ -2,7 +2,7 @@ cartopy==0.24 matplotlib==3.9.2 metpy==1.6.3 sphinx==8.1.3 -sphinx_rtd_theme==1.0.0 +sphinx_rtd_theme==3.0.1 sphinx-gallery==0.18.0 -myst-parser==0.18.1 +myst-parser==4.0.0 netCDF4==1.7.2