Skip to content

Commit

Permalink
Add a 'build' section to .readthedocs.yaml to specify OS and Python v…
Browse files Browse the repository at this point in the history
…ersion.
pjbriggs committed Nov 25, 2023
1 parent d78b7bf commit 950d5e2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -4,6 +4,11 @@

version: 2

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

python:
install:
- requirements: requirements.txt

0 comments on commit 950d5e2

Please sign in to comment.