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 #}
+
+