From 3c3d496094899fa38412e391220d1398d091719f Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Wed, 24 Feb 2021 00:03:04 +1100 Subject: [PATCH] Exclude unnecessary files from EPUB build --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index 87d9456..b271763 100644 --- a/conf.py +++ b/conf.py @@ -97,3 +97,4 @@ epub_cover = ('_static/cover.jpg', '') epub_pre_files = [('epub-cover.xhtml', ''), ('epub-copyright.xhtml', '')] epub_css_files = ['custom.css', 'custom_epub.css'] epub_show_urls = 'no' +epub_exclude_files = ['_static/file.png', '_static/minus.png', '_static/plus.png', '_static/custom_html.css']