Skip to content

Commit 884ad29

Browse files
authored
1 parent ab07aff commit 884ad29

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

.readthedocs.yaml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ build:
88
os: ubuntu-24.04
99
tools:
1010
python: "3.14"
11-
jobs:
12-
pre_create_environment:
13-
- asdf plugin add uv
14-
- asdf install uv latest
15-
- asdf global uv latest
16-
create_environment:
17-
- uv venv "${READTHEDOCS_VIRTUALENV_PATH}"
18-
install:
19-
- UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --frozen --group docs
11+
12+
python:
13+
install:
14+
- method: uv
15+
command: sync
16+
groups:
17+
- docs
2018

2119
sphinx:
2220
configuration: docs/conf.py

0 commit comments

Comments
 (0)