From 45e1aaf13acc899a11656b43c55dfb99c1baa1bf Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Sat, 13 Jul 2024 13:13:58 +0200 Subject: [PATCH] Update .readthedocs.yaml: Use latest Ubuntu and Python versions (#327) Use latest Ubuntu and Python versions for Readthedocs. These are faster and throw more detailed errors if anything goes wrong. --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9d1c0806..ce370a7e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,9 +9,9 @@ version: 2 build: apt_packages: - libspatialindex-dev - os: ubuntu-20.04 + os: ubuntu-lts-latest tools: - python: "3.11" + python: latest # Build documentation in the docs/source directory with Sphinx sphinx: