From 22eceffb8074f8155b45fc550a31c2c5417718e9 Mon Sep 17 00:00:00 2001 From: Bagatur Date: Mon, 25 Nov 2024 15:36:45 -0800 Subject: [PATCH] build --- .readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 98b654db8..bdc60e728 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -20,6 +20,7 @@ build: - . .venv/bin/activate - uv pip install -r python/docs/requirements.txt - . .venv/bin/activate && cd python/docs && make clobber generate-api-rst html && cd ../.. + - cp python/docs/_build/html/{reference,index}.html - cp -r python/docs/_build/html $READTHEDOCS_OUTPUT # Build documentation in the docs/ directory with Sphinx sphinx: