]> git.friedersdorff.com Git - max/slackbuilds.git/blob - libraries/python3-Jinja2/README
Add packages for qutebrowser and it's dependencies
[max/slackbuilds.git] / libraries / python3-Jinja2 / README
1 Jinja2 is a template engine written in pure Python.  It provides a
2 Django inspired non-XML syntax but supports inline expressions and
3 an optional sandboxed  environment.
4
5 Circular dependencies warning: The DOCS=yes flag needs the optional
6 dependency Sphinx, which needs Jinja2, which needs Sphinx because
7 DOCS=yes ... So...  If you really need the docs, build Jinja2
8 without the DOCS=yes flag, build Sphinx, then rebuild Jinja2 with
9 DOCS=yes.  Incidentally, unless you are a developer, you don't
10 normally need the DOCS=yes flag.