aboutsummaryrefslogtreecommitdiff
path: root/libraries/Jinja2/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/Jinja2/README')
-rw-r--r--libraries/Jinja2/README9
1 files changed, 1 insertions, 8 deletions
diff --git a/libraries/Jinja2/README b/libraries/Jinja2/README
index d389ee4ef5d7a..59256ea09da53 100644
--- a/libraries/Jinja2/README
+++ b/libraries/Jinja2/README
@@ -1,10 +1,3 @@
-Jinja2 is a template engine written in pure Python. It provides a
+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.
-
-Circular dependencies warning: The DOCS=yes flag needs the optional
-dependency 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 are a developer, you don't
-normally need the DOCS=yes flag.