We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The notfound extension gets an error when using parallel read. It is described here: readthedocs/sphinx-notfound-page#111
Can you look it over to see if it should be safe to use metadata and parallel read together?
The text was updated successfully, but these errors were encountered:
It looks to me like the OrphanMetadataCollector class does not implement all necessary methods. In particular the merge_other method is needed when running in parallel (https://github.com/sphinx-doc/sphinx/blob/3.x/sphinx/environment/collectors/__init__.py#L55).
OrphanMetadataCollector
merge_other
Sorry, something went wrong.
I will fix the problem in the extension. Thanks.
No branches or pull requests
The notfound extension gets an error when using parallel read. It is described here:
readthedocs/sphinx-notfound-page#111
Can you look it over to see if it should be safe to use metadata and parallel read together?
The text was updated successfully, but these errors were encountered: