From 7220fc2acf3db1cb25d46470a3eaa55e33b5031d Mon Sep 17 00:00:00 2001 From: Benjamin Wilhelm Date: Fri, 10 Apr 2026 14:19:01 +0200 Subject: [PATCH 1/2] AP-25819: Update readthedocs build os to ubunutu 24.04 AP-25819 (Update Python API Doc generation at RTD to use Ubuntu 24.04) --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d70427a1e..162d43129 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-24.04 tools: python: "3.9" @@ -23,4 +23,4 @@ formats: python: install: - - requirements: doc/requirements.txt \ No newline at end of file + - requirements: doc/requirements.txt From 9425bc204f883423f67d7ea3ce8ac770b351718d Mon Sep 17 00:00:00 2001 From: Benjamin Wilhelm Date: Fri, 10 Apr 2026 14:37:14 +0200 Subject: [PATCH 2/2] AP-25819: Update python version for readthedocs build to 3.12 Newer versions do not work out of the box but 3.12 is still better than 3.9. AP-25819 (Update Python API Doc generation at RTD to use Ubuntu 24.04) --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 162d43129..cd5d2cfdb 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-24.04 tools: - python: "3.9" + python: "3.12" # Build documentation in the docs/ directory with Sphinx sphinx: