Skip to content

Replace broken Unsplash image URLs with Picsum in light-dark guide#2341

Open
tmchow wants to merge 1 commit intopydata:mainfrom
tmchow:fix/2208-broken-theme-images
Open

Replace broken Unsplash image URLs with Picsum in light-dark guide#2341
tmchow wants to merge 1 commit intopydata:mainfrom
tmchow:fix/2208-broken-theme-images

Conversation

@tmchow
Copy link
Copy Markdown
Contributor

@tmchow tmchow commented Apr 4, 2026

Summary

The light and dark themes documentation page uses source.unsplash.com URLs for example images, but this service no longer serves images, leaving all examples on the page broken.

This replaces the Unsplash URLs with picsum.photos URLs (consistent with the approach used in #2190 for other docs pages) and removes the now-unnecessary unsplash.com entry from linkcheck_ignore in conf.py.

Fixes #2208

Changes

  • docs/user_guide/light-dark.rst: Replace all source.unsplash.com image URLs with picsum.photos equivalents (id/237 for the dark-theme cat image, id/1025 for the light-theme dog image)
  • docs/conf.py: Remove "https://unsplash.com/" from linkcheck_ignore since no Unsplash URLs remain in the docs

Compound Engineering

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Images on the page about light and dark themes broken

1 participant