Skip to content

Commit 91cad7d

Browse files
committed
Update Read the Docs configuration file
Specifying the OS is now required.
1 parent c577d9a commit 91cad7d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.readthedocs.yml .readthedocs.yaml

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
version: 2
2-
formats:
3-
- pdf
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.12"
7+
48
python:
5-
version: 3.8
69
install:
7-
- requirements: requirements/doc.txt
810
- method: pip
911
path: .
12+
- requirements: requirements/doc.txt

0 commit comments

Comments
 (0)