Skip to content

Commit d528b09

Browse files
jeremymanningclaude
andcommitted
Add post-build job to Read the Docs configuration for animated thumbnails
- Updated .readthedocs.yaml to run docs/post_build.py after documentation build - This ensures animated GIF thumbnails are properly processed on Read the Docs - Fixes issue where GIFs were not displaying in the online gallery - All source GIF files are confirmed to be in version control 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 56a87c9 commit d528b09

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ build:
1111
tools:
1212
python: "3.9"
1313
# You can also specify other tools here or in a separate tools block
14+
jobs:
15+
post_build:
16+
# Fix animated GIF thumbnails after documentation build
17+
- python docs/post_build.py
1418

1519
# Build documentation in the docs/ directory with Sphinx
1620
sphinx:

0 commit comments

Comments
 (0)