readthedocs / sphinx-autoapi

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

Enable strict type checking #425

Open AWhetter opened 3 months ago

AWhetter commented 3 months ago

Much of the code isn't type annotated currently. We should be aiming to be able to enable strict type checking to get as much benefit from type checking as possible.