Auto-document sphinx extensions.
Ths package is intended to analyse a sphinx environment and extract documentable information, regarding the elements loaded by each extension (and docutils/sphinx themselves), such as:
- roles
- directives
- nodes
- transforms
- event callbacks
Then optionally turn it into documentation pages (maybe similar to how sphinx-apidoc works).
(package originally created by python-pkg-cookiecutter)