We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dac136 commit 976734eCopy full SHA for 976734e
.readthedocs.yml
@@ -5,13 +5,12 @@ build:
5
os: ubuntu-lts-latest
6
tools:
7
python: "3.11"
8
+ uv: "latest"
9
jobs:
10
post_checkout:
11
- (git --no-pager log --pretty="tformat:%s" -1 | grep -vqF "[skip-rtd]") || exit 183
- post_create_environment:
12
- - pip install uv
13
post_install:
14
- - uv pip install --system -e .
15
- - uv pip install --system --group docs
+ - uv sync --group docs
+ - uv pip install -e . --no-deps
16
17
formats: []
0 commit comments