executablebooks / MyST-NB

Parse and execute ipynb files in Sphinx
https://myst-nb.readthedocs.io
BSD 3-Clause "New" or "Revised" License
200 stars 80 forks source link

MAINT: use `findall` instead of `traverse` #585

Closed agoose77 closed 2 months ago

agoose77 commented 4 months ago

This deprecation was introduced in docutils 0.18.2

This PR also updates deprecated usage of importlib.resources, and updates & pins the pandas regression tests.