From e61cb54d99425d4411ebae7b025bc1446fa848f3 Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Fri, 6 Dec 2024 16:45:42 -0500 Subject: [PATCH] chore(rtd): Build API docs --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index fd348c370..0115c087b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -18,3 +18,5 @@ build: post_install: # Use a cache dir in the same mount to halve the install time - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH uv pip install --cache-dir $READTHEDOCS_VIRTUALENV_PATH/../../uv_cache .[doc] + pre_build: + - ( cd doc; python tools/build_modref_templates.py nibabel source/reference False )