From 9adaddb73eb7a11c7311dc514a44f28366f11b09 Mon Sep 17 00:00:00 2001 From: j-t-1 <120829237+j-t-1@users.noreply.github.com> Date: Sun, 24 Mar 2024 10:23:28 +0000 Subject: [PATCH 1/2] MAINT: Update Read the Docs configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Using ubuntu-lts-latest may break your builds unexpectedly if your project isn’t compatible with the newest Ubuntu LTS version when it’s updated by Read the Docs. [https://docs.readthedocs.io/en/stable/config-file/v2.html#build-os]. For us this may be a feature since compatibility with the latest Ubuntu LTS is desirable and is in effect an extra test. --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e96b3d12e..5a6cbf2c0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,11 +3,11 @@ version: 2 build: - os: ubuntu-22.04 + os: ubuntu-lts-latest tools: - python: "3.11" + python: "3.12" -# Build documentation in the docs/ directory with Sphinx +# Build documentation in the "docs/" directory with Sphinx sphinx: configuration: docs/conf.py From dcc0a349ab96a771794915a48c4396df0f390724 Mon Sep 17 00:00:00 2001 From: j-t-1 <120829237+j-t-1@users.noreply.github.com> Date: Sun, 24 Mar 2024 11:12:14 +0000 Subject: [PATCH 2/2] MAINT: Update Read the Docs configuration --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 5a6cbf2c0..b16f006e1 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,7 +3,7 @@ version: 2 build: - os: ubuntu-lts-latest + os: ubuntu-22.04 tools: python: "3.12"