Skip to content

Commit cba0ccb

Browse files
Merge pull request #1024 from VWS-Python/new-style-rtd
Try new RTD format
2 parents 60d2712 + 49b6eaf commit cba0ccb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

readthedocs.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
version: 2
22

3-
# We do this because at the time of writing we need "image: testing" for Python
4-
# 3.9.
53
build:
6-
image: testing
4+
os: ubuntu-20.04
5+
tools:
6+
python: "3.9"
77

88
python:
99
install:
1010
- method: pip
1111
path: .
1212
extra_requirements:
1313
- dev
14-
version: 3.9
1514

1615
sphinx:
1716
builder: html

0 commit comments

Comments
 (0)