Skip to content

Commit 887f63c

Browse files
jeremymanningclaude
andcommitted
Remove invalid sphinx-gallery configuration keys
- Remove 'thumbnail_number' and 'thumbnails' keys that are not supported - Keep valid sphinx-gallery configuration for proper Read the Docs build - Custom thumbnails will be handled through manual file placement 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 97292f3 commit 887f63c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/conf.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -239,17 +239,5 @@
239239
'scipy': 'https://docs.scipy.org/doc/scipy/reference/',
240240
'pandas': 'https://pandas.pydata.org/pandas-docs/stable/',
241241
'scikit-learn': 'https://scikit-learn.org/stable/',
242-
},
243-
# Use custom thumbnails for animated examples
244-
'thumbnail_number': -1, # Use last generated image as thumbnail
245-
'image_scrapers': ('matplotlib',),
246-
# Override thumbnails with custom GIFs for animated examples
247-
'thumbnails': {
248-
'../examples/chemtrails.py': 'images/thumb/sphx_glr_chemtrails_thumb.gif',
249-
'../examples/animate_MDS.py': 'images/thumb/sphx_glr_animate_MDS_thumb.gif',
250-
'../examples/animate_spin.py': 'images/thumb/sphx_glr_animate_spin_thumb.gif',
251-
'../examples/animate.py': 'images/thumb/sphx_glr_animate_thumb.gif',
252-
'../examples/precog.py': 'images/thumb/sphx_glr_precog_thumb.gif',
253-
'../examples/save_movie.py': 'images/thumb/sphx_glr_save_movie_thumb.gif',
254242
}
255243
}

0 commit comments

Comments
 (0)