Skip to content

Commit ddcf47f

Browse files
committed
Update RTD to v2 config
1 parent 4037dd7 commit ddcf47f

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.readthedocs.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1+
version: 2
2+
13
# https://docs.readthedocs.io/en/latest/yaml-config.html
24
formats:
35
- htmlzip
46
- epub
57

6-
requirements_file: ci/rtd-requirements.txt
8+
build:
9+
os: ubuntu-22.04
10+
tools:
11+
python: "3"
712

813
python:
9-
version: 3
10-
pip_install: True
14+
install:
15+
- requirements: ci/rtd-requirements.txt
16+
- method: pip
17+
path: .

0 commit comments

Comments
 (0)