SeldonIO / alibi

Algorithms for explaining machine learning models
https://docs.seldon.io/projects/alibi/en/stable/
Other
2.41k stars 252 forks source link

Investigate `sphinx-autoapi` #471

Closed jklaise closed 2 years ago

jklaise commented 3 years ago

An alternative for building API docs: https://github.com/readthedocs/sphinx-autoapi

This has potential to reduce headaches with using sphinx-autodoc and sphinxcontrib-apidoc and all that involves importing modules just to build docs.

jklaise commented 3 years ago

Latest version requires sphinx>=3.0 so we need to replace m2r first.

jklaise commented 2 years ago

Closing this as was investigated by @ascillitoe but in it's current version is falling short of our expectations.