From 80eafb697537f288a8bbaf3691989436ef61eb18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89loi=20Rivard?= Date: Sun, 1 Oct 2023 12:05:41 +0200 Subject: [PATCH] chore: fix RTD build deprecations --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0c363636..44df8af7 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,3 +7,7 @@ python: sphinx: builder: dirhtml fail_on_warning: true +build: + os: "ubuntu-22.04" + tools: + python: "3.11"