sphinxcontrib-datatemplates 0.5.0
sphinxcontrib.datatemplates is a Sphinx extension for rendering nicely formatted HTML with parts of the output coming from JSON and YAML data files. It is intended to be used to mix machine-readable data with prose.
What’s new in 0.5.0?
- Add domain for Python Modules (contributed by Jan Brohl)
- Use default template manager when the builder does not have one (contributed by Toni Ruza)
- Support parallel builds (contributed by Toni Ruza)
- Add option to load multiple documents from yaml (contributed by Jan Brohl)
- Restore Python3.6 compat (contributed by Jan Brohl)
- Add support for DBM formats (contributed by Jan Brohl)
- Improve documentation