diff options
author | Georg Brandl <georg@python.org> | 2014-01-11 14:52:50 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-01-11 14:52:50 +0100 |
commit | 1f83f01adfd3709dbce0059469b01d5078715a31 (patch) | |
tree | 87724d8096852ea09855ebc99a47917036c5002f /sphinx/quickstart.py | |
parent | 6deebc4ef0c29503f13fc96678c3d4a0d0ec8f00 (diff) | |
download | sphinx-git-1f83f01adfd3709dbce0059469b01d5078715a31.tar.gz |
Add "search.html" to epub exclusion out of the box.
Diffstat (limited to 'sphinx/quickstart.py')
-rw-r--r-- | sphinx/quickstart.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |