Skip to content

Commit

Permalink
specifying python version for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewReid854 committed Feb 21, 2023
1 parent 5e3386f commit c593ea5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,11 @@ version: 2
build:
os: "ubuntu-20.04"
tools:
python: "3.8"
python: "3.8"

python:
install:
- requirements: requirements.txt
- method: pip
path: .
system_packages: true

0 comments on commit c593ea5

Please sign in to comment.