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 1fe52b5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1fe52b5

Please sign in to comment.