Added epub_max_image_width configuration option.

This commit is contained in:
Roland Meister
2011-02-28 21:17:52 +01:00
parent fe07254b9c
commit 246d07807d
5 changed files with 26 additions and 5 deletions

View File

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