summaryrefslogtreecommitdiff
path: root/sphinx/builders/htmlhelp.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2015-03-08 15:35:04 +0100
committerGeorg Brandl <georg@python.org>2015-03-08 15:35:04 +0100
commit705f6a997bf622cdc95f80868d0fd0a703124b1d (patch)
treea33a6cb96f3dd9e2a06e42d98f2aace20f54b23e /sphinx/builders/htmlhelp.py
parentf2267942f3e4ff9b33a7457af0d00b9841ec842b (diff)
parentcc58f0a5e4804a0e5054d01bd07a76ed8ce17937 (diff)
downloadsphinx-git-705f6a997bf622cdc95f80868d0fd0a703124b1d.tar.gz
Merge branch 'apple-help' of git://github.com/al45tair/sphinx
Diffstat (limited to 'sphinx/builders/htmlhelp.py')
-rw-r--r--sphinx/builders/htmlhelp.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/sphinx/builders/htmlhelp.py b/sphinx/builders/htmlhelp.py
index c93f8c6c8..8085ee145 100644
--- a/sphinx/builders/htmlhelp.py
+++ b/sphinx/builders/htmlhelp.py
@@ -173,6 +173,9 @@ class HTMLHelpBuilder(StandaloneHTMLBuilder):
# don't add sidebar etc.
embedded = True
+ # don't generate search index or include search page
+ search = False
+
lcid = 0x409
encoding = 'cp1252'