summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorRoland Meister <devnull@localhost>2011-02-28 23:20:08 +0100
committerRoland Meister <devnull@localhost>2011-02-28 23:20:08 +0100
commit5fa87e5c200cbf8a61940892684578b0b64518df (patch)
tree8b471695b9259729a0382d5e827d54d84ea3b748 /doc/conf.py
parentba2d18177f928d73e4e229b34020e41ebc0bb03f (diff)
downloadsphinx-5fa87e5c200cbf8a61940892684578b0b64518df.tar.gz
Add _static/websupport.js to epub_exclude_files.
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 19b95294..216d70ce 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -36,7 +36,7 @@ epub_identifier = epub_publisher
epub_pre_files = [('index.html', 'Welcome')]
epub_exclude_files = ['_static/opensearch.xml', '_static/doctools.js',
'_static/jquery.js', '_static/searchtools.js', '_static/underscore.js',
- '_static/basic.css', 'search.html']
+ '_static/basic.css', 'search.html', '_static/websupport.js']
epub_fix_images = False
epub_max_image_width = 0