Skip to content

Commit 48a1b17

Browse files
committed
Merge pull request realpython#412 from Hasimir/patch-2
Added search.html to epub_exclude_files
2 parents e626b3b + cb94c3a commit 48a1b17

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,9 @@
256256
#epub_post_files = []
257257

258258
# A list of files that should not be packed into the epub file.
259-
#epub_exclude_files = []
259+
epub_exclude_files = [
260+
('search.html', 'Search'),
261+
]
260262

261263
# The depth of the table of contents in toc.ncx.
262264
#epub_tocdepth = 3

0 commit comments

Comments
 (0)