nbsphinx icon indicating copy to clipboard operation
nbsphinx copied to clipboard

switch Node.traverse() to findall() to avoid deprecation warnings

Open wpbonelli opened this issue 2 years ago • 0 comments

This should be OK to switch straight to .findall() with no need to try/except and fall back to .traverse() since sphinx requires docutils >= 0.18.1

wpbonelli avatar Aug 25 '23 13:08 wpbonelli