Skip to content

Commit

Permalink
Merge pull request #40 from askpatrickw/rtd-python-ver
Browse files Browse the repository at this point in the history
correct python version for RTD
  • Loading branch information
FoamyGuy committed Jan 31, 2022
2 parents 4b72e22 + 1a99c1c commit f5ace81
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@
# Required
version: 2

build:
os: ubuntu-20.04
tools:
python: "3"

python:
version: "3.x"
install:
- requirements: docs/requirements.txt
- requirements: requirements.txt

0 comments on commit f5ace81

Please sign in to comment.