readthedocs / sphinx-autoapi

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

Never skip modules and packages #453

Open sachahu1 opened 2 weeks ago

sachahu1 commented 2 weeks ago

This fixes #448 and #441 which happen because missing option "undoc-members" causes modules and packages not to be documented. This enforces that all modules and all packages will always be documented.

sachahu1 commented 6 days ago

@AWhetter Added some simple integration tests