From 7325c46d15b867040b9927922be410223c1413d5 Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Wed, 14 Aug 2024 10:13:40 +0200 Subject: [PATCH] .readthedocs.yaml: Use latest Ubuntu and Python versions Use latest Ubuntu and Python versions for Readthedocs. These are faster and throw more detailed errors if anything goes wrong. --- .readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 02b1d464..106e6041 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -13,9 +13,9 @@ formats: - pdf build: - os: "ubuntu-22.04" + os: ubuntu-lts-latest tools: - python: "3.9" + python: latest # Optionally set the version of Python and requirements required to build your docs python: