From 1efc4411f1c2890ca7ade33acb3d24ed0f27304a Mon Sep 17 00:00:00 2001 From: e-koch Date: Tue, 5 Dec 2023 09:30:57 -0500 Subject: [PATCH] Update rtd build file --- .readthedocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 4b59cee0..cf175801 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 -