From 6b68c8c24738f42dc8402969b2b44f13efec9765 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Thu, 2 Jul 2026 19:59:21 -0400 Subject: [PATCH 1/2] RTD config: require previous OS (ubuntu-22.04) --- readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index d0208c15c8..21306fb41a 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -9,7 +9,7 @@ sphinx: configuration: docs/sphinx/source/conf.py build: - os: ubuntu-lts-latest + os: ubuntu-22.04 tools: python: "3.12" jobs: From fa76a0a7aa652326726c681473b719fc5f41e913 Mon Sep 17 00:00:00 2001 From: Kevin Anderson Date: Thu, 2 Jul 2026 20:09:58 -0400 Subject: [PATCH 2/2] Increase to ubuntu-24.04 --- readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 21306fb41a..f090b4f5f9 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -9,7 +9,7 @@ sphinx: configuration: docs/sphinx/source/conf.py build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: python: "3.12" jobs: