From 3a8e2f742716cd209b500db0431d18627fccf291 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Tue, 7 Apr 2026 13:35:03 +0200 Subject: [PATCH 1/2] Use ubuntu-24.04 for RTD, bump Python version --- .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 From ca3a5820997a5a9cd45b230f1040fa7d57588348 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Wed, 1 Apr 2026 19:22:03 +0200 Subject: [PATCH 2/2] Add Sphinx 9.1.0 Update Sphinx Python package to the current version pulled in by "pip3 install sphinx_rtd_theme" run in a fresh Debian "trixie" container. --- doc/arm/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/arm/requirements.txt b/doc/arm/requirements.txt index 8d9d05ffb0..811c3d9493 100644 --- a/doc/arm/requirements.txt +++ b/doc/arm/requirements.txt @@ -1,3 +1,3 @@ -Sphinx==9.0.4 +Sphinx==9.1.0 docutils==0.22.4 sphinx_rtd_theme==3.1.0