Skip to content

Pin link checker to Python < 3.13 to keep it running (for now) #126

@brian-rose

Description

@brian-rose

Currently all link-checker runs are failing at run time with

Extension error:
Could not import extension sphinx.builders.epub3 (exception: No module named 'imghdr')
Traceback (most recent call last):
  File "/home/runner/miniconda3/envs/test/lib/python3.13/site-packages/sphinx/registry.py", line 459, in load_extension
    mod = import_module(extname)
  File "/home/runner/miniconda3/envs/test/lib/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Appears to be something broken in the Sphinx ecosystem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIssues that present a reasonable conviction there is a reproducible bug.infrastructureInfrastructure related issue

    Type

    No type

    Projects

    Status

    In Progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions