Merge pull request #412 from Hasimir/patch-2

Added search.html to epub_exclude_files
This commit is contained in:
2014-04-18 15:25:49 -04:00
+3 -1
View File
@@ -256,7 +256,9 @@ epub_copyright = u'2014, Kenneth Reitz'
#epub_post_files = []
# A list of files that should not be packed into the epub file.
#epub_exclude_files = []
epub_exclude_files = [
('search.html', 'Search'),
]
# The depth of the table of contents in toc.ncx.
#epub_tocdepth = 3