Commit 10a69b7 1 parent 07eeeaa commit 10a69b7 Copy full SHA for 10a69b7
File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 9
9
- asdf plugin add uv
10
10
- asdf install uv latest
11
11
- asdf global uv latest
12
- # Turn `python -m virtualenv` into `python -c pass`
13
- - truncate --size 0 $( dirname $( uv python find ) )/../lib/python3*/site-packages/virtualenv/__main__.py
14
- post_create_environment :
12
+ create_environment :
15
13
- uv venv $READTHEDOCS_VIRTUALENV_PATH
16
- # Turn `python -m pip` into `python -c pass`
17
- - truncate --size 0 $( ls -d $READTHEDOCS_VIRTUALENV_PATH/lib/python3* )/site-packages/pip.py
18
- post_install :
14
+ install :
19
15
# Use a cache dir in the same mount to halve the install time
20
16
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv pip install --cache-dir $READTHEDOCS_VIRTUALENV_PATH/../../uv_cache .[doc]
21
17
pre_build :
22
18
- ( cd doc; python tools/build_modref_templates.py nibabel source/reference False )
19
+
20
+ sphinx :
21
+ configuration : doc/source/conf.py
You can’t perform that action at this time.
0 commit comments