Skip to content

furo 2022.6.4.1: AttributeError: 'document' object has no attribute 'findall' #453

Closed Answered by chrisjsewell
sunpoet asked this question in Potential Issue
Discussion options

You must be logged in to vote

findall is only added in docutils 0.18. In myst-parser I added a compatibility function, to fallback to traverse on an attribute error; https://github.com/executablebooks/MyST-Parser/blob/75ef9cb7b65c98d969724fc6c096e8d6209c5ea0/myst_parser/_compat.py#L7

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
1 reply
@sunpoet
Comment options

Comment options

You must be logged in to vote
2 replies
@pradyunsg
Comment options

@sunpoet
Comment options

Answer selected by pradyunsg
Comment options

You must be logged in to vote
4 replies
@pradyunsg
Comment options

@rbetz
Comment options

@sunpoet
Comment options

@pradyunsg
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants