Skip to content

Commit

Permalink
[RTD] Try fixing deprecated build.image
Browse files Browse the repository at this point in the history
  • Loading branch information
f-dangel committed Oct 16, 2023
1 parent 42ea553 commit 267f550
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ version: 2
sphinx:
configuration: docs/rtd/conf.py

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

python:
version: "3.8"
install:
- method: pip
path: .
extra_requirements:
- docs
- method: pip
path: .
extra_requirements:
- docs

0 comments on commit 267f550

Please sign in to comment.