From 65a8e4a7445e501942db628a39a981c456823499 Mon Sep 17 00:00:00 2001 From: Ronny Pfannschmidt Date: Wed, 19 Jun 2024 00:18:12 +0200 Subject: [PATCH] Merge pull request #12476 from webknjaz/maintenance/rtd-latest-env MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🧪 Bump RTD env to the latest LTS Ubuntu & Python (cherry picked from commit ea87bd6302a1bb899e3e4c206b9c06b8014292ba) --- .readthedocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 266d4e07aea..04716fd2a6f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,9 +14,10 @@ sphinx: fail_on_warning: true build: - os: ubuntu-20.04 + os: ubuntu-24.04 tools: - python: "3.9" + python: >- + 3.12 apt_packages: - inkscape