From 1f83f01adfd3709dbce0059469b01d5078715a31 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 11 Jan 2014 14:52:50 +0100 Subject: [PATCH] Add "search.html" to epub exclusion out of the box. --- sphinx/quickstart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index b2297c81e..f77e2f22b 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -348,7 +348,7 @@ epub_copyright = u'%(copyright_str)s' #epub_post_files = [] # A list of files that should not be packed into the epub file. -#epub_exclude_files = [] +epub_exclude_files = ['search.html'] # The depth of the table of contents in toc.ncx. #epub_tocdepth = 3