Skip to content

Commit 72fcaa0

Browse files
author
njzjz-bot
committed
fix(docs): target the RTD uv environment
Install documentation requirements with the Python executable from the Read the Docs virtual environment so the subsequent uv run can find Sphinx. Coding-Agent: Codex Codex-Version: codex-cli 0.144.6 Model: gpt-5.6-sol Reasoning-Effort: xhigh
1 parent 046e725 commit 72fcaa0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.readthedocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ build:
33
os: ubuntu-26.04
44
tools:
55
python: "3.11"
6+
jobs:
7+
install:
8+
# Install into the same uv environment used by the later build command.
9+
- uv pip install --python "$READTHEDOCS_VIRTUALENV_PATH/bin/python" -r doc/requirements.txt
610
python:
711
install:
812
- method: uv

0 commit comments

Comments
 (0)