Bump docutils to 0.23 - #16257
Merged
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉 |
srittau
approved these changes
Aug 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #15148
Bumps the stubs to docutils 0.23 and updates them for the runtime changes in that release:
Node.findall()/traverse()/next_node()accept a tuple of node classes,documentgainsnames,create_id(),note_names()andset_duplicate_name()(replacingset_duplicate_name_id()) andset_name_id_map()is deprecated,transition.ignored_siblings,transforms.references.SectionIDs,transforms.misc.Transitions.warn(),PreambleCmds.bracket_footnoterefs,code_role()'s first parameter is renamed torole_name, andCSVTable.check_requirements()was removed. While there,get_default_settings()accepts classes as well as instances (docutils itself calls it both ways), anddocument.id_counteris keyed bystr, notint.Agent used: Claude Code