Skip to content

Commit

Permalink
Update readthedocs config (#999)
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.

Authors:
  - Peter Andreas Entschev (https://github.com/pentschev)

Approvers:
  - https://github.com/jakirkham

URL: #999
  • Loading branch information
pentschev authored Oct 18, 2023
1 parent 00f3cbf commit 6195b2c
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 6195b2c

Please sign in to comment.