From 694d3d4edd74df13f97293d421de148e6db2c9fe Mon Sep 17 00:00:00 2001 From: Sid Leigh Date: Tue, 11 Aug 2026 13:37:35 +0100 Subject: [PATCH 1/2] fix: Change .readthedocs os version to ubuntu-lts-latest, from ubuntu-20.04 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 01af15d..880e2b6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,7 +7,7 @@ version: 2 # Set the version of Python and other tools you might need build: - os: ubuntu-20.04 + os: ubuntu-lts-latest tools: python: "3.9" From da53d651975c50051a97ad2d2ccfaaf46130f152 Mon Sep 17 00:00:00 2001 From: Sid Leigh Date: Tue, 11 Aug 2026 13:38:41 +0100 Subject: [PATCH 2/2] feat: Add pylatex to docs/requirements.txt, previously missing --- docs/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 7f8db2c..966e8ae 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -7,4 +7,5 @@ xarray holoviews matplotlib pypandoc_binary -scipy \ No newline at end of file +scipy +pylatex \ No newline at end of file