Skip to content

Commit 5460ca2

Browse files
authored
docs: use modern readthedocs build image selection (#554)
1 parent 588ea85 commit 5460ca2

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.readthedocs.yml

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11
version: 2
2-
formats: [htmlzip, pdf]
2+
3+
formats:
4+
- htmlzip
5+
- pdf
6+
7+
sphinx:
8+
configuration: docs/conf.py
9+
10+
build:
11+
os: ubuntu-22.04
12+
tools:
13+
python: "3.7"
14+
315
python:
4-
version: "3.7"
516
install:
617
- method: pip
718
path: .

0 commit comments

Comments
 (0)