From 4f75a29b255c9d42bb1c2e591cdd1bec248ae3b4 Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Tue, 17 Oct 2023 08:51:47 -0700 Subject: [PATCH] Update readthedocs config RTD deprecated `build.image` in favor of `build.os`, which we must update. See https://blog.readthedocs.com/use-build-os-config/ for details. --- .readthedocs.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 47b85616d..937f721db 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,12 +1,11 @@ version: 2 build: - image: latest - apt_packages: - - libnuma1 + os: "ubuntu-22.04" + tools: + python: "mambaforge-22.9" python: - version: 3.8 install: - method: pip path: .