Skip to content

Commit 56a87c9

Browse files
jeremymanningclaude
andcommitted
Update Makefile to automatically run post-build script for thumbnails
- Modified html target to run post_build.py after sphinx build - Ensures animated GIF thumbnails are processed in local builds - Matches the workflow that will be used on Read the Docs - Complete end-to-end solution verified with clean build 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b69f53a commit 56a87c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ notebooks:
4646

4747
html:
4848
$(SPHINXBUILD) -b html -E $(ALLSPHINXOPTS) $(BUILDDIR)/html
49+
@echo "Running post-build script to fix animated thumbnails..."
50+
python post_build.py
4951
@echo
5052
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
5153

0 commit comments

Comments
 (0)