readthedocs / sphinx-autoapi

A new approach to API documentation in Sphinx.
https://sphinx-autoapi.readthedocs.io/
MIT License
415 stars 126 forks source link

Replace usage of deprecated docutils.nodes.Node.traverse #424

Closed GeeTransit closed 3 months ago

GeeTransit commented 4 months ago

Sphinx 6.1.0 (the lowest supported version) requires docutils>=0.18, which happens to be when Node.findall was introduced. This means we can use Node.findall without errors. Fixes GH-393 (which mistakenly mentioned astroid instead of docutils).

AWhetter commented 3 months ago

The test failure has been addressed in main already.