Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 651 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 651 Bytes

sphinx-jinja2

PyPI

A sphinx extension to add the jinja directive, for rendering jinja templates.

Note: This is an adaption of https://github.com/tardyp/sphinx-jinja, which appears to be unmaintained.

See the documentation for more information.

TODO: allow tests/filters to be strings, pointing to python import paths. This is because Sphinx cannot cache lambda functions, so full rebuilds are always triggered.