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

Replace usage of deprecated docutils.nodes.Node.traverse #424

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

GeeTransit
Copy link
Contributor

Sphinx 6.1.0 (the lowest supported version) requires docutils>=0.18, which happens to be when Node.findall was introduced. This means we can use Node.findall without errors. Fixes GH-393 (which mistakenly mentioned astroid instead of docutils).

@AWhetter
Copy link
Collaborator

The test failure has been addressed in main already.

@AWhetter AWhetter merged commit 34a9670 into readthedocs:main Mar 26, 2024
11 of 15 checks passed
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.

Replace usage of deprecated traverse attribute on docutils nodes
2 participants