Skip to content

Commit

Permalink
Update .readthedocs.yml
Browse files Browse the repository at this point in the history
Use the new "build.os" key instead of the deprecated "build.image"
  • Loading branch information
hkage authored Aug 30, 2023
1 parent c8ab2d8 commit 7b85d9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ sphinx:
formats: all

build:
image: latest
os: "ubuntu-20.04"
tools:
python: "3.8"

python:
version: "3.8"
install:
- requirements: requirements.txt

0 comments on commit 7b85d9a

Please sign in to comment.