Skip to content

Commit 7acc6da

Browse files
committed
Fixes docs build
1 parent 82453b3 commit 7acc6da

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.readthedocs.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
version: 2
22
build:
3-
os: "ubuntu-22.04"
3+
os: "ubuntu-24.04"
44
tools:
5-
python: "3.11"
6-
sphinx:
7-
configuration: docs/conf.py
8-
python:
9-
install:
10-
- method: pip
11-
path: .
12-
extra_requirements:
13-
- docs
5+
python: "3.12"
6+
commands:
7+
- pip install uv
8+
- uv run --group docs python -m sphinx docs $READTHEDOCS_OUTPUT/html -b html -W

0 commit comments

Comments
 (0)