From 47e05edd9cd368a59b8487e68a34cc65eae4e02b Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 3 May 2008 20:34:26 +0000 Subject: [PATCH] Don't insert OpenSearch tag for HTML help. --- sphinx/templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/templates/layout.html b/sphinx/templates/layout.html index a353aaf87..570adcdba 100644 --- a/sphinx/templates/layout.html +++ b/sphinx/templates/layout.html @@ -118,7 +118,7 @@ {%- endif %} - {%- if use_opensearch %} + {%- if use_opensearch and builder != 'htmlhelp' %}