From b3929171a5a1d0b2666c3cce9fc066de4db63b98 Mon Sep 17 00:00:00 2001 From: Dan Bader Date: Mon, 16 Jul 2018 13:28:17 -0700 Subject: [PATCH] Don't load empty custom.css --- docs/_templates/layout.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 3c83a42..6303874 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -1,7 +1,9 @@ {% extends "!layout.html" %} {%- block extrahead %} - {{ super() }} + {# No super() because we want to avoid loading an empty custom.css file #} + +