Skip to content

Commit 75dc0f4

Browse files
committed
doc: use uv in the RTD compilation
1 parent 6f77228 commit 75dc0f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ build:
88
python: "3.12"
99
jobs:
1010
post_create_environment:
11-
- pip install poetry
12-
- poetry export --with doc --output requirements.txt
11+
- pip install uv
12+
- uv export --group doc --no-hashes --output-file requirements.txt
1313
post_install:
1414
- pip install .
1515
- pip install --requirement requirements.txt

0 commit comments

Comments
 (0)