From dddfcf03b2dfc52e2a9e70d51d51afdc8759c86a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Freitag?= Date: Sat, 23 Mar 2024 20:51:04 +0100 Subject: [PATCH] Add new required config entries to readthedocs.yml --- .readthedocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 95a2780..2646802 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,9 @@ --- version: 2 +build: + os: ubuntu-lts-latest + tools: + python: "3.12" python: install: - requirements: docs/requirements.txt