-
Notifications
You must be signed in to change notification settings - Fork 7
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
Pin link checker to Python < 3.13 to keep it running (for now) #126
Comments
I was able to reproduce the same error locally on the Cookbook Template repo with
I wonder if this is related to the fact that conda-forge is now installing Python 3.13 by default. |
Suspicion confirmed. When I did this, the link-checker worked normally:
Something upstream in JupyterBook / sphinx must be incompatible with Python 3.13. Would be worth digging a little to see if this has been flagged in the right places yet. |
The quick fix would be to just add
to this line But it would be best to track the issue properly so we can remove that version pin once it's resolved. |
The link checker is working now! |
Currently all link-checker runs are failing at run time with
Appears to be something broken in the Sphinx ecosystem.
The text was updated successfully, but these errors were encountered: