diff options
author | Roland Meister <devnull@localhost> | 2011-02-28 23:20:08 +0100 |
---|---|---|
committer | Roland Meister <devnull@localhost> | 2011-02-28 23:20:08 +0100 |
commit | 5fa87e5c200cbf8a61940892684578b0b64518df (patch) | |
tree | 8b471695b9259729a0382d5e827d54d84ea3b748 /doc/conf.py | |
parent | ba2d18177f928d73e4e229b34020e41ebc0bb03f (diff) | |
download | sphinx-5fa87e5c200cbf8a61940892684578b0b64518df.tar.gz |
Add _static/websupport.js to epub_exclude_files.
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
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 |