Skip to content
New issue

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

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

Already on GitHub? # to your account

Set a sphinx and / or docutils minimum requirement #212

Open
mjpieters opened this issue Mar 13, 2023 · 0 comments
Open

Set a sphinx and / or docutils minimum requirement #212

mjpieters opened this issue Mar 13, 2023 · 0 comments

Comments

@mjpieters
Copy link

mjpieters commented Mar 13, 2023

Your most recent release dropped document.traverse() for document.findall(), which means that your project now assumes that docutils 0.18.1 or newer is used.

However, that also means that the minimum Sphinx version has gone up to 5.0 as only from that version onwards is docutils 0.18 supported. In an older project of mine, supporting older versions and using Sphinx 4.x, can't use sphinxcontrib-spelling 8 now because of this change.

Please either update your version requirements to reflect this. Alternatively, fall back to traverse if findall is not present.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant