mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add "search.html" to epub exclusion out of the box.
This commit is contained in:
parent
6deebc4ef0
commit
1f83f01adf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user