2010-08-16 00:19:12 +02:00
|
|
|
Jinja2 is a template engine written in pure Python. It provides a
|
|
|
|
Django inspired non-XML syntax but supports inline expressions and
|
|
|
|
an optional sandboxed environment.
|
|
|
|
|
2010-11-30 06:06:46 +01:00
|
|
|
This requires pysetuptools.
|
2010-08-16 00:19:12 +02:00
|
|
|
|
2011-09-25 00:58:01 +02:00
|
|
|
Circular dependencies warning: The DOCS=yes flag needs Sphinx, which
|
|
|
|
needs Jinja2, which needs Sphinx because DOCS=yes ... So... If you
|
|
|
|
really need the docs, build Jinja2 without the DOCS=yes flag, build
|
|
|
|
Sphinx, then rebuild Jinja2 with DOCS=yes. Incidentally, unless you
|
2010-11-30 06:06:46 +01:00
|
|
|
are a developer, you don't normally need the DOCS=yes flag.
|