From 6ced1ce311666fc33ec3b75835b4ef31b2ce7eae Mon Sep 17 00:00:00 2001 From: Roland Meister Date: Mon, 28 Dec 2009 17:16:19 +0100 Subject: [PATCH] Disable embedded css for embedded builders. Note: this change also affects all other embedded builders (but only for the Shinx doc itself). --- doc/_templates/layout.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index aa33576a7..e41b68b17 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -1,10 +1,12 @@ {% extends "!layout.html" %} {% block extrahead %} +{%- if not embedded %} +{% endif %} {% endblock %} {% block rootrellink %}