Skip to content

Commit 1747d99

Browse files
committed
Tweak install
1 parent 54613dd commit 1747d99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ build:
1111
python: "3.12"
1212
jobs:
1313
create_environment:
14+
# uv config from https://docs.readthedocs.com/platform/stable/build-customization.html#install-dependencies-with-uv
1415
- asdf plugin add uv
1516
- asdf install uv latest
1617
- asdf global uv latest
1718
- uv venv $READTHEDOCS_VIRTUALENV_PATH
18-
- uv sync
1919
install:
20-
- "true"
20+
- uv sync
2121
build:
2222
html:
2323
- uv run python make.py

0 commit comments

Comments
 (0)