Add "search.html" to epub exclusion out of the box.

This commit is contained in:
Georg Brandl 2014-01-11 14:52:50 +01:00
parent 6deebc4ef0
commit 1f83f01adf

View File

@ -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