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 9e63627 commit 646cbe8Copy full SHA for 646cbe8
.readthedocs.yaml
@@ -9,7 +9,8 @@ build:
9
- asdf plugin add uv
10
- asdf install uv latest
11
- asdf global uv latest
12
- - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv pip install --upgrade pip setuptools
+ # Turn `python -m pip` into `python -c pass`
13
+ - truncate --size 0 $READTHEDOCS_VIRTUALENV_PATH/lib/python3*/site-packages/pip/__main__.py
14
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv pip install --upgrade sphinx
15
post_install:
16
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv pip install -r docs/requirements.txt
0 commit comments