We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961c94e commit 3f5141eCopy full SHA for 3f5141e
.readthedocs.yml
@@ -10,7 +10,7 @@ build:
10
- asdf install uv latest
11
- asdf global uv latest
12
install:
13
- - uv pip install . --group docs --system
+ - UV_PYTHON=$(which python) uv pip install . --group docs
14
15
sphinx:
16
builder: html
0 commit comments