From 1fe52b520dffde73caffed07e38eb362e449cd2d 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 | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 47b85616d..d21a63a4e 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,15 +1,11 @@ version: 2 build: - image: latest + os: "ubuntu-22.04" apt_packages: - libnuma1 - -python: - version: 3.8 - install: - - method: pip - path: . + tools: + python: "3.9" conda: environment: conda/environments/builddocs.yml