Skip to content

Commit 89a9f34

Browse files
committed
rtd: Switch to uv
1 parent 196cdd4 commit 89a9f34

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.readthedocs.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ sphinx:
66
build:
77
os: "ubuntu-26.04"
88
tools:
9-
python: "miniforge3-25.11"
9+
python: "3.12"
1010

11-
conda:
12-
environment: env-docs.yml
11+
python:
12+
install:
13+
- method: uv
14+
command: sync
15+
groups:
16+
- doc
1317

1418
formats:
1519
- pdf

0 commit comments

Comments
 (0)