From 77e9bbe41040397b920c89c301601c263a76f8dd Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Thu, 11 Jul 2024 12:30:04 +0200 Subject: [PATCH] Update .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.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c075d3e99..0e1c32781 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,9 +7,9 @@ version: 2 # Set the version of Python and other tools you might need build: - os: ubuntu-22.04 + os: ubuntu-lts-latest tools: - python: "3" + python: latest # Build documentation in the docs/ directory with Sphinx sphinx: