Skip to content

Fix CICD failure in stage 'build-docs' #1122

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 21, 2025

Conversation

Pandede
Copy link
Contributor

@Pandede Pandede commented Feb 21, 2025

Issue

The build-docs stage in CICD failed with the following error:

Could not import extension sphinx.builders.epub3 (exception: No module named 'imghdr')

This occurs because the built-in module imghdr was removed in Python 3.13.

Fix

Downgraded to Python 3.12 to restore compatibility.

@FirefoxMetzger FirefoxMetzger merged commit 3e2a165 into imageio:master Feb 21, 2025
15 of 17 checks passed
@Pandede Pandede deleted the fix-build-docs-in-cicd branch February 21, 2025 08:33
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.

2 participants