From a83db4cc2087cdf132f142dd27846ad80e5c5c8b Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Tue, 7 Apr 2026 13:35:03 +0200 Subject: [PATCH] Use ubuntu-24.04 for RTD, bump Python version (cherry picked from commit 3a8e2f742716cd209b500db0431d18627fccf291) --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 010dc6e0c1..c4f7c43a42 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,9 +3,9 @@ version: 2 build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: - python: "3.11" + python: "3.12" jobs: pre_build: - python -m pip install -r https://gitlab.isc.org/isc-projects/bind9/-/raw/main/doc/arm/requirements.txt