Skip to content

Update ReadTheDocs build image to Ubuntu 24.04#694

Open
rly wants to merge 2 commits intodevfrom
fix/update-rtd-build-image
Open

Update ReadTheDocs build image to Ubuntu 24.04#694
rly wants to merge 2 commits intodevfrom
fix/update-rtd-build-image

Conversation

@rly
Copy link
Copy Markdown
Contributor

@rly rly commented Mar 30, 2026

Summary

  • Update ReadTheDocs build image from ubuntu-20.04 to ubuntu-24.04 (ubuntu-20.04 is deprecated after June 1, 2026)
  • Update Python from 3.10 to 3.13
  • Update Sphinx and related doc dependencies to versions compatible with Python 3.13 (imghdr was removed in Python 3.13, breaking Sphinx 5.x)

Fixes #693

See: https://docs.readthedocs.io/en/stable/config-file/v2.html#build-os

rly and others added 2 commits March 30, 2026 16:16
Ubuntu 20.04 is deprecated by ReadTheDocs and will stop working after
June 1, 2026. Update to Ubuntu 24.04 and bump Python from 3.10 to 3.13.

Fixes #693
imghdr was removed in Python 3.13, which breaks Sphinx 5.x. Update
Sphinx and related packages to versions that support Python 3.13.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@rly rly requested a review from h-mayorquin March 30, 2026 23:42
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.

Update ReadTheDocs build image from Ubuntu 20.04 to 24.04

1 participant