Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit 47b9060

Browse files
authored
update .readthedocs.yaml (#100)
1 parent cf49ea4 commit 47b9060

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.readthedocs.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ build:
99
python: "3.11"
1010
jobs:
1111
create_environment:
12-
- pip install uv
12+
- asdf plugin add uv
13+
- asdf install uv 0.8.2
14+
- asdf global uv 0.8.2
15+
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --group docs
1316
install:
14-
- uv sync --group docs
17+
- "true"
1518

1619
sphinx:
1720
configuration: docs/source/conf.py

0 commit comments

Comments
 (0)