Skip to content
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

Update sphinx for Python 3.13 support #2503

Merged
merged 2 commits into from
Dec 8, 2024

Conversation

peace-maker
Copy link
Member

readthedocs uses Python 3.13 to build the docs. https://readthedocs.org/projects/pwntools/builds/26524645/
We had a docutils version pinned which didn't allow to go higher than sphinx 5.3.0, but 6.1.0 added support for Python 3.13.

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

imghdr was removed in Python 3.13.

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

`imghdr` was removed in Python 3.13.
@peace-maker peace-maker merged commit ec262d8 into Gallopsled:dev Dec 8, 2024
13 of 14 checks passed
@peace-maker peace-maker deleted the fix_docs branch December 8, 2024 20:16
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.

1 participant