Skip to content
Snippets Groups Projects
Commit 1ce63db2 authored by chrissi^'s avatar chrissi^
Browse files

flamingo: Modify settings.py after upstream API change


Signed-off-by: default avatarChris Fiege <chris@tinyhost.de>
parent 003d720c
Branches
No related tags found
No related merge requests found
Pipeline #1351 passed
......@@ -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',
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment