Skip to content

Commit 57bd7c4

Browse files
committed
fix: use uv when installing deps
1 parent 85442fe commit 57bd7c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.readthedocs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ build:
1515
python: "3.13"
1616
jobs:
1717
install:
18-
- pip install -U pip
19-
- pip install .
20-
- pip install --group docs
18+
- pip install uv
19+
- uv pip install .
20+
- uv pip install --group docs
2121
pre_build:
2222
- python ./scripts/docs/api_reference_generator.py
2323

0 commit comments

Comments
 (0)