Skip to content

Commit 4f648c6

Browse files
committed
Use a virtual environment for Read the Docs
1 parent 3f5141e commit 4f648c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.readthedocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ build:
99
- asdf plugin add uv
1010
- asdf install uv latest
1111
- asdf global uv latest
12+
- uv venv
1213
install:
13-
- UV_PYTHON=$(which python) uv pip install . --group docs
14+
- uv pip install . --group docs
1415

1516
sphinx:
1617
builder: html

0 commit comments

Comments
 (0)