Skip to content

Commit 9d1c0e5

Browse files
authored
Merge pull request #1399 from nipy/doc/readthedocs-drafts
chore(rtd): Build API docs
2 parents 2a64669 + e61cb54 commit 9d1c0e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ build:
1818
post_install:
1919
# Use a cache dir in the same mount to halve the install time
2020
- 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

Comments
 (0)