From 6195b2cdca31de71070b0690e7e215281c56641e Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Wed, 18 Oct 2023 06:38:08 +0200 Subject: [PATCH] Update readthedocs config (#999) RTD deprecated `build.image` in favor of `build.os`, which we must update. See https://blog.readthedocs.com/use-build-os-config/ for details. Authors: - Peter Andreas Entschev (https://github.com/pentschev) Approvers: - https://github.com/jakirkham URL: https://github.com/rapidsai/ucx-py/pull/999 --- .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: .