Skip to content

Commit 91f2743

Browse files
authored
docs(rtd): update readthedocs config to use uv (jxmorris12#175)
1 parent 7a7bcb3 commit 91f2743

2 files changed

Lines changed: 7 additions & 116 deletions

File tree

.readthedocs.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@
44
version: 2
55

66
build:
7-
os: ubuntu-24.04
7+
os: ubuntu-26.04
88
tools:
9-
python: "3.13"
9+
python: "3.14"
1010

1111
sphinx:
12+
builder: html
1213
configuration: docs/source/conf.py
1314

1415
python:
1516
install:
16-
- requirements: docs/requirements.txt
17+
- method: uv
18+
command: sync
19+
groups:
20+
- docs

docs/requirements.txt

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)