From 234a600e798dc6cb0c5ad6312f890e627bae64ef Mon Sep 17 00:00:00 2001 From: Roland Meister Date: Mon, 29 Apr 2013 20:42:12 +0200 Subject: [PATCH] Added XHTML 1.1 document declaration to epub builder --- sphinx/themes/epub/layout.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sphinx/themes/epub/layout.html b/sphinx/themes/epub/layout.html index c2e2e0fd5..437133779 100644 --- a/sphinx/themes/epub/layout.html +++ b/sphinx/themes/epub/layout.html @@ -9,6 +9,10 @@ #} {%- extends "basic/layout.html" %} +{%- block doctype -%} + +{%- endblock -%} {# add only basic navigation links #} {% block sidebar1 %}{% endblock %} {% block sidebar2 %}{% endblock %}