mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #412 from Hasimir/patch-2
Added search.html to epub_exclude_files
This commit is contained in:
+3
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user