Skip to content

Commit

Permalink
Update readthedocs config
Browse files Browse the repository at this point in the history
RTD deprecated `build.image` in favor of `build.os`, which we must
update. See https://blog.readthedocs.com/use-build-os-config/ for
details.
  • Loading branch information
pentschev committed Oct 17, 2023
1 parent 5b6b80d commit 4f75a29
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -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: .
Expand Down

0 comments on commit 4f75a29

Please sign in to comment.