Skip to content

Commit

Permalink
replace build.image with build.os in the .readthedocs.yaml config (#474)
Browse files Browse the repository at this point in the history
https://docs.readthedocs.io/en/stable/config-file/v2.html

build.image (which is implicitly used if neither is specified) will be deprecated in October 2023
  • Loading branch information
samjwu authored Sep 27, 2023
1 parent 8d75020 commit 47a6008
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ version: 2
sphinx:
configuration: docs/conf.py

formats: [htmlzip]
formats: [htmlzip, pdf, epub]

python:
version: "3.8"
install:
- requirements: docs/.sphinx/requirements.txt

build:
os: ubuntu-22.04
tools:
python: "3.8"

0 comments on commit 47a6008

Please sign in to comment.