-
-
Notifications
You must be signed in to change notification settings - Fork 167
sphinx 5 compatibility #399
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
Comments
Do you propose dropping support for |
My first thought was to do a try/except block importing those specific node methods |
We are getting the following failures with
|
@jarrodmillman I've fixed the warnings and the FAILs in #403, but I can't wrap my head around the gigantic |
In one of MNE-Python's CIs we're using sphinx 5.0 beta, and seeing this deprecation warning percolating up from docutils 0.18.x:
I can probably take a swing at this in the next week or so (?) but would be happy if someone else picked it up too
here's the API ref for
findall
: https://pydoc.dev/docutils/latest/docutils.nodes.Node.html#findallThe text was updated successfully, but these errors were encountered: