Skip to content

Commit

Permalink
Merge pull request #439 from dstansby/rtd-fix
Browse files Browse the repository at this point in the history
Fix readthedocs config
  • Loading branch information
zivy authored Mar 1, 2024
2 parents 935674d + b9c31ec commit 6982ad5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@ version: 2
formats: all

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


python:
version: 3.8
install:
- requirements: docs/rtd-requirements.txt
- requirements: docs/requirements.txt

system_packages: true

0 comments on commit 6982ad5

Please sign in to comment.