Skip to content

Commit

Permalink
RTD: replace build.image with build.os
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-platt committed Sep 27, 2023
1 parent 925e0ca commit 25b6bc9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,21 @@
# Required
version: 2

# select the docker image to use: stable | latest
build:
os: "ubuntu-22.04"
tools:
python: "3.11"

formats:
- htmlzip
# - pdf
# - epub

python:
version: 3.7
install:
- requirements: docs/requirements.txt

# select the docker image to use: stable | latest
build:
image: stable

sphinx:
builder: html
configuration: docs/conf.py
Expand Down

0 comments on commit 25b6bc9

Please sign in to comment.