diff options
author | Roland Meister <Roland Meister@localhost> | 2010-06-03 15:39:24 +0200 |
---|---|---|
committer | Roland Meister <Roland Meister@localhost> | 2010-06-03 15:39:24 +0200 |
commit | ef63485c6e6813b4cfd9ef74856c17b07919326c (patch) | |
tree | 11e277ae3cd54e73e142bcd1be017b661755e156 /doc/conf.py | |
parent | 55e322e22585b86ea8641d939e7019369f53ec9f (diff) | |
download | sphinx-git-ef63485c6e6813b4cfd9ef74856c17b07919326c.tar.gz |
Added one more epub_exclude_file.
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 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', |