From 897696260bd83e36ff0afbaf09a7cd00a4c33cf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20=C5=A0panja?= Date: Fri, 3 Nov 2023 09:24:52 +0100 Subject: [PATCH] Update Read the Docs configuration --- .readthedocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index b7eeba29..997af129 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,7 +1,8 @@ version: 2 build: - image: latest + os: "ubuntu-22.04" + tools: + python: "3.11" python: - version: 3.7 install: - requirements: docs/requirements.txt