[dpdk-web] [PATCH] config: unset 'themeVariant'
    Ali Alnubani 
    alialnu at mellanox.com
       
    Sun May 19 16:00:38 CEST 2019
    
    
  
The 'flex' theme defined in 'themeStyle' does not
have a 'variant-<themeVariant>.css' file. The template
themes/docdock/layouts/partials/flex/head.html tries to
load that file and fails.
Signed-off-by: Ali Alnubani <alialnu at mellanox.com>
---
 config.toml | 1 -
 1 file changed, 1 deletion(-)
diff --git a/config.toml b/config.toml
index 657a7f9..3661ac6 100644
--- a/config.toml
+++ b/config.toml
@@ -7,7 +7,6 @@ theme = "docdock"
 
 [params]
 themeStyle = "flex"
-themeVariant = "gray"
 showVisitedLinks = true
 disableNavChevron = true
 disableSearch = true
-- 
2.11.0
    
    
More information about the web
mailing list