Skip to content

Commit 976734e

Browse files
committed
fix rtd?
1 parent 3dac136 commit 976734e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.readthedocs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ build:
55
os: ubuntu-lts-latest
66
tools:
77
python: "3.11"
8+
uv: "latest"
89
jobs:
910
post_checkout:
1011
- (git --no-pager log --pretty="tformat:%s" -1 | grep -vqF "[skip-rtd]") || exit 183
11-
post_create_environment:
12-
- pip install uv
1312
post_install:
14-
- uv pip install --system -e .
15-
- uv pip install --system --group docs
13+
- uv sync --group docs
14+
- uv pip install -e . --no-deps
1615

1716
formats: []

0 commit comments

Comments
 (0)