Closed jklaise closed 2 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.
sphinx-autodoc
sphinxcontrib-apidoc
Latest version requires sphinx>=3.0 so we need to replace m2r first.
sphinx>=3.0
m2r
Closing this as was investigated by @ascillitoe but in it's current version is falling short of our expectations.
An alternative for building API docs: https://github.com/readthedocs/sphinx-autoapi
This has potential to reduce headaches with using
sphinx-autodoc
andsphinxcontrib-apidoc
and all that involves importing modules just to build docs.