From 6611ee36a11b6900321802593d2c335105268d03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 14 Nov 2023 18:33:37 -0500 Subject: [PATCH] Stop specifying OS version in our RTD config This is now exactly the same as Drutopia so i hope both will work. --- .readthedocs.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index c629fef..bbfbc02 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,11 +1,7 @@ version: 2 - -build: - os: ubuntu-20.04 - tools: - python: "3.9" sphinx: configuration: conf.py python: + version: 3 install: - requirements: requirements.txt