Metadata-Version: 2.1
Name: sphinx_jinja2
Version: 0.0.1
Summary: A sphinx extension for peeking at internal references.
Keywords: sphinx,extension,jinja
Author-email: Chris Sewell <chrisj_sewell@hotmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Sphinx :: Extension
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Dist: sphinx
Requires-Dist: jinja2>=2.11
Requires-Dist: furo ; extra == "docs"
Requires-Dist: pytest ; extra == "testing"
Requires-Dist: syrupy ; extra == "testing"
Requires-Dist: pytest-cov ; extra == "testing"
Requires-Dist: coverage[toml] ; extra == "testing"
Project-URL: Documentation, https://sphinx-jinja2.readthedocs.io/
Project-URL: Homepage, https://github.com/sphinx-extensions2/sphinx-jinja2
Provides-Extra: docs
Provides-Extra: testing

# sphinx-jinja2

[![PyPI][pypi-badge]][pypi-link]

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

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

See [the documentation](https://sphinx-jinja2.readthedocs.io) 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.

[pypi-badge]: https://img.shields.io/pypi/v/sphinx-jinja2.svg
[pypi-link]: https://pypi.org/project/sphinx-jinja2

