From 5a2a1065e1dd0c0941973d3860c2eb8ff28c313a Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Tue, 7 May 2024 11:43:35 +0200 Subject: [PATCH] Use latest tools in RTD build --- .readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 809adcb..d20b054 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,9 +9,9 @@ sphinx: fail_on_warning: true build: - os: ubuntu-20.04 + os: ubuntu-lts-latest tools: - python: "3.10" + python: "3" jobs: post_create_environment: - pip install poetry