Skip to content

Commit 338a976

Browse files
committed
readthedocs: Fix builds
Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 980b270 commit 338a976

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.readthedocs.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
22
version: 2
3+
sphinx:
4+
builder: "dirhtml"
5+
configuration: docs/conf.py
36
python:
47
install:
58
- requirements: docs/requirements.txt
6-
sphinx:
7-
builder: "dirhtml"
89
build:
9-
os: "ubuntu-22.04"
10+
os: "ubuntu-24.04"
1011
tools:
11-
python: "3.11"
12+
python: "3.14"
1213
jobs:
1314
post_checkout:
1415
- git fetch --unshallow

0 commit comments

Comments
 (0)