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 53df36d commit 3e7e5ecCopy full SHA for 3e7e5ec
.readthedocs.yaml
@@ -10,6 +10,7 @@ build:
10
- asdf install uv latest
11
- asdf global uv latest
12
- uv venv $READTHEDOCS_VIRTUALENV_PATH
13
+ - ls -lR $READTHEDOCS_VIRTUALENV_PATH
14
# Turn `python -m [pip|virtualenv]` into `python -c pass`
15
- truncate --size 0 $READTHEDOCS_VIRTUALENV_PATH/lib/python3*/site-packages/pip.py
16
- truncate --size 0 $READTHEDOCS_VIRTUALENV_PATH/lib/python3*/site-packages/virtualenv.py
0 commit comments