From c37056ce5640fc3f1d78a470edf04bfa6ebac699 Mon Sep 17 00:00:00 2001 From: Elias Sadek Date: Fri, 12 Jan 2024 16:22:26 +0000 Subject: [PATCH] replaced image with os in .rtd.yml build --- .readthedocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index c71962e..1acf466 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,9 +1,9 @@ version: 2 build: - image: latest + os: "ubuntu-22.04" + tools: + python: "3" conda: environment: requirements/rtd.yml - -formats: []