From af8f83677bbb87c06b7e99a077da029ede495312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 19 Jul 2024 14:31:19 +0200 Subject: [PATCH] fix: readthedocs config file --- .readthedocs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 746a3f6..6df72a3 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,14 +1,14 @@ version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3" python: - version: 3.8 install: - method: pip path: . extra_requirements: - docs -build: - image: latest - formats: all