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.
2 parents 2a64669 + e61cb54 commit 9d1c0e5Copy full SHA for 9d1c0e5
.readthedocs.yaml
@@ -18,3 +18,5 @@ build:
18
post_install:
19
# Use a cache dir in the same mount to halve the install time
20
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv pip install --cache-dir $READTHEDOCS_VIRTUALENV_PATH/../../uv_cache .[doc]
21
+ pre_build:
22
+ - ( cd doc; python tools/build_modref_templates.py nibabel source/reference False )
0 commit comments