alibi
alibi copied to clipboard
Replace autodoc with autoapi
We should aim to replace sphinx autodoc (and sphinx-apidoc) with sphinx-autoapi, for consistency with https://github.com/SeldonIO/alibi-detect/pull/482.
This should largely be straightforward, but ideally, we should avoid using the undoc-members
setting, which relies on there not being public classes/functions with missing docstrings (see https://github.com/SeldonIO/alibi-detect/issues/484). This needs to be checked...
Adding to 0.7.0 milestone but can remove if this turns out to be a bigger job than expected.
Removing from 0.7.0 milestone due to https://github.com/SeldonIO/alibi-detect/pull/498