Added epub_fix_images configuration option

This commit is contained in:
Roland Meister
2011-02-27 22:02:30 +01:00
parent 3b42bf8c27
commit fe07254b9c
5 changed files with 67 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ 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']
epub_fix_images = False
latex_documents = [('contents', 'sphinx.tex', 'Sphinx Documentation',
'Georg Brandl', 'manual', 1)]