Skip to content

Commit

Permalink
Merge pull request #341 from VWS-Python/rtd-3.10
Browse files Browse the repository at this point in the history
Use Python 3.10 for RTD build
  • Loading branch information
adamtheturtle authored Dec 12, 2021
2 parents 3d6b4d2 + a1dfcf9 commit 19c93c8
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
@@ -1,12 +1,16 @@
version: 2

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

python:
install:
- method: pip
path: .
extra_requirements:
- dev
version: 3.8

sphinx:
builder: html
Expand Down

0 comments on commit 19c93c8

Please sign in to comment.