From e6237abb3236b2916bcb6c0b29b2d893cab01aa2 Mon Sep 17 00:00:00 2001 From: David Lindquist Date: Tue, 1 Oct 2019 17:09:16 -0700 Subject: [PATCH] Update doc to include MAKO_DEFAULT_FILTERS option The configuration option was introduced by #1 MAKO_DEFAULT_FILTERS sets default_filters. Additional documentation on default_filters can be found at https://docs.makotemplates.org/en/latest/filtering.html#the-default-filters-argument --- docs/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.rst b/docs/index.rst index 8c9ea88..ca4778c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -37,6 +37,7 @@ MAKO_FILESYSTEM_CHECKS filesystem_checks MAKO_STRICT_UNDEFINED strict_undefined MAKO_CACHE_IMPL cache_impl MAKO_CACHE_ARGS cache_args +MAKO_DEFAULT_FILTERS default_filters ======================= ===================== Registration