From 1ea64d55dbe9546f3dc4f725acd7c4d141775130 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 28 May 2025 01:45:39 -0400 Subject: [PATCH 1/5] WIP: try 3.14 for docs --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a93f336..c421ee2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,7 +8,7 @@ version: 2 build: os: "ubuntu-22.04" tools: - python: "3.12" + python: "3.14" commands: - asdf plugin add uv - asdf install uv latest From 6683f1f09264de0ca971085528217bac0e9d9b4b Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 28 May 2025 01:48:30 -0400 Subject: [PATCH 2/5] Update .readthedocs.yaml --- .readthedocs.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c421ee2..ff5cc9c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,10 +6,11 @@ version: 2 build: - os: "ubuntu-22.04" - tools: - python: "3.14" + os: "ubuntu-24.04" commands: + - asdf plugin add python + - asdf install python 3.14 + - asdf global python 3.14 - asdf plugin add uv - asdf install uv latest - asdf global uv latest From afb1f235e2693ef0e8d2073be83e3fc3f8c1f57b Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 28 May 2025 01:49:52 -0400 Subject: [PATCH 3/5] Update .readthedocs.yaml --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ff5cc9c..e791b02 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,8 +9,8 @@ build: os: "ubuntu-24.04" commands: - asdf plugin add python - - asdf install python 3.14 - - asdf global python 3.14 + - asdf install python 3.14.0b1 + - asdf global python 3.14.0b1 - asdf plugin add uv - asdf install uv latest - asdf global uv latest From f68d8f1fc00fa8df3dc03557666830163b12766c Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 28 May 2025 01:54:10 -0400 Subject: [PATCH 4/5] Update .readthedocs.yaml --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e791b02..2b68b8d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,8 +9,8 @@ build: os: "ubuntu-24.04" commands: - asdf plugin add python - - asdf install python 3.14.0b1 - - asdf global python 3.14.0b1 + - asdf install python 3.14-dev + - asdf global python 3.14-dev - asdf plugin add uv - asdf install uv latest - asdf global uv latest From c99ea94f32b860a256c5149eb664c75cdefa8dfe Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 11 Jun 2025 12:25:09 -0400 Subject: [PATCH 5/5] Update .readthedocs.yaml --- .readthedocs.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2b68b8d..ae56986 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,10 +8,7 @@ version: 2 build: os: "ubuntu-24.04" commands: - - asdf plugin add python - - asdf install python 3.14-dev - - asdf global python 3.14-dev - asdf plugin add uv - asdf install uv latest - asdf global uv latest - - uv run --group docs sphinx-build -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html + - uv run --python 3.14 --group docs sphinx-build -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html