Skip to content

Commit f29a1c4

Browse files
committed
fixup! fixup! fixup! build: use uv in ReadTheDocs
1 parent e91d5a9 commit f29a1c4

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.readthedocs.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,11 @@ build:
1313
os: ubuntu-lts-latest
1414
tools:
1515
python: "3.11"
16-
apt_packages:
17-
- graphviz
18-
jobs:
19-
pre_create_environment:
20-
- asdf plugin add uv
21-
- asdf install uv latest
22-
- asdf global uv latest
23-
create_environment:
24-
- uv venv "${READTHEDOCS_VIRTUALENV_PATH}"
25-
install:
26-
- UV_PROJECT_ENVIRONMENT="${READTHEDOCS_VIRTUALENV_PATH}" uv sync --frozen --group doc
16+
commands:
17+
- apt update
18+
- apt install -y graphviz
19+
- pip install uv
20+
- uv run tox -e docs
2721

2822
formats:
2923
- epub

0 commit comments

Comments
 (0)