From 62433719a5873e0b46639a4b175ad7f525a11131 Mon Sep 17 00:00:00 2001 From: Eric Koch Date: Tue, 4 Jun 2024 11:05:49 -0400 Subject: [PATCH] Update .readthedocs.yml --- .readthedocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 4b59cee..cf17580 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,14 +1,14 @@ version: 2 build: - image: latest + os: "ubuntu-20.04" + tools: + python: "3.12" # Install regular dependencies. python: - version: 3.7 install: - method: pip path: . extra_requirements: - docs -