From ef63485c6e6813b4cfd9ef74856c17b07919326c Mon Sep 17 00:00:00 2001 From: Roland Meister Date: Thu, 3 Jun 2010 15:39:24 +0200 Subject: [PATCH] Added one more epub_exclude_file. --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index b268a13f0..e102c155d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -36,7 +36,7 @@ epub_scheme = 'url' epub_identifier = epub_publisher epub_pre_files = [('index', 'Welcome')] epub_exclude_files = ['_static/opensearch.xml', '_static/doctools.js', - '_static/jquery.js', '_static/searchtools.js', + '_static/jquery.js', '_static/searchtools.js', '_static/underscore.js', '_static/basic.css', 'search.html'] latex_documents = [('contents', 'sphinx.tex', 'Sphinx Documentation',