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

Add support for newer docutils and sphinx>=6.0.0 #72

Open
hagenw opened this issue Jan 3, 2023 · 1 comment
Open

Add support for newer docutils and sphinx>=6.0.0 #72

hagenw opened this issue Jan 3, 2023 · 1 comment

Comments

@hagenw
Copy link
Member

hagenw commented Jan 3, 2023

At the moment we require docutils<0.17 to make sure bullet points don't look like this:

image

Starting with sphinx>=6.0.0 they have docutils>=0.18, which means we cannot use that version of sphinx.

A few remarks from docutils discussions at sphinx:

@hagenw
Copy link
Member Author

hagenw commented Dec 6, 2024

With Python 3.13 we will need at least sphinx 6.2, as the imghdr module was removed from the standard library in Python 3.13 (and not published as a package for pip), but that module is needed for sphinx<6.2.
Compare python/cpython#104818.

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

No branches or pull requests

1 participant