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 54613dd commit 1747d99Copy full SHA for 1747d99
.readthedocs.yaml
@@ -11,13 +11,13 @@ build:
11
python: "3.12"
12
jobs:
13
create_environment:
14
+ # uv config from https://docs.readthedocs.com/platform/stable/build-customization.html#install-dependencies-with-uv
15
- asdf plugin add uv
16
- asdf install uv latest
17
- asdf global uv latest
18
- uv venv $READTHEDOCS_VIRTUALENV_PATH
- - uv sync
19
install:
20
- - "true"
+ - uv sync
21
build:
22
html:
23
- uv run python make.py
0 commit comments