From 1ce63db271d0c7ad309892154ab3da7e636b97b3 Mon Sep 17 00:00:00 2001 From: Chris Fiege <chris@tinyhost.de> Date: Sat, 10 Aug 2019 10:15:57 +0200 Subject: [PATCH] flamingo: Modify settings.py after upstream API change Signed-off-by: Chris Fiege <chris@tinyhost.de> --- flamingo/settings.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flamingo/settings.py b/flamingo/settings.py index 70c2ee1..8dbc53f 100644 --- a/flamingo/settings.py +++ b/flamingo/settings.py @@ -2,7 +2,6 @@ import os PLUGINS = [ 'flamingo.plugins.Redirects', - 'flamingo.plugins.Layers', 'flamingo.plugins.rstBootstrap3', 'flamingo.plugins.rstFile', 'flamingo.plugins.rstPygments', @@ -15,6 +14,6 @@ PLUGINS = [ # we can now use our own "Raw" DEFAULT_PLUGINS = [x for x in DEFAULT_PLUGINS if x != "flamingo.plugins.HTML"] -LAYERS = [ +POST_BUILD_LAYERS = [ 'static', ] -- GitLab