diff options
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py index a0d2f4df9..ef05016bd 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -44,8 +44,8 @@ epub_pre_files = [('index.xhtml', 'Welcome')] epub_post_files = [('usage/installation.xhtml', 'Installing Sphinx'), ('develop.xhtml', 'Sphinx development')] epub_exclude_files = ['_static/opensearch.xml', '_static/doctools.js', - '_static/jquery.js', '_static/searchtools.js', - '_static/underscore.js', '_static/basic.css', + '_static/searchtools.js', + '_static/basic.css', '_static/language_data.js', 'search.html', '_static/websupport.js'] epub_fix_images = False |