Skip to content

Commit 5285d4a

Browse files
committed
DOC: fix Read the Docs builds
The problem was that they migrated to a new yaml version, plus that notifications on build failures in the RTD UI was not enabled for anyone. Closes gh-522
1 parent 1272188 commit 5285d4a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.readthedocs.yml renamed to .readthedocs.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44

55
version: 2
66

7+
build:
8+
os: ubuntu-22.04
9+
tools:
10+
python: "3.11"
11+
712
python:
8-
version: 3.8
913
install:
1014
- method: pip
1115
path: .

0 commit comments

Comments
 (0)