From 411803ddae5d0f945f5dfa56d773bc879d2eece4 Mon Sep 17 00:00:00 2001 From: davidwagner <3349841+davidwagner@users.noreply.github.com> Date: Mon, 26 May 2025 22:45:10 -0700 Subject: [PATCH] Update readthedocs.yml Attempt to fix #638 --- readthedocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readthedocs.yml b/readthedocs.yml index 7e03cf7ad..ad3efbec6 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -3,13 +3,14 @@ version: 2 formats: all build: - image: latest + os: ubuntu-24.04 + tools: + python: 3.6 conda: environment: linux_environment.yml python: - version: 3.6 install: - requirements: requirements.txt - requirements: docs/requirements.txt