Skip to content

Commit f23023a

Browse files
authored
1 parent 9c2a2b0 commit f23023a

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
@@ -7,15 +7,13 @@ build:
77
os: ubuntu-24.04
88
tools:
99
python: "3.14"
10-
jobs:
11-
pre_create_environment:
12-
- asdf plugin add uv
13-
- asdf install uv latest
14-
- asdf global uv latest
15-
create_environment:
16-
- uv venv "${READTHEDOCS_VIRTUALENV_PATH}"
17-
install:
18-
- UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --frozen --group docs
10+
11+
python:
12+
install:
13+
- method: uv
14+
command: sync
15+
groups:
16+
- docs
1917

2018
sphinx:
2119
configuration: docs/conf.py

0 commit comments

Comments
 (0)