diff options
| author | Roland Meister <devnull@localhost> | 2011-02-27 22:02:30 +0100 |
|---|---|---|
| committer | Roland Meister <devnull@localhost> | 2011-02-27 22:02:30 +0100 |
| commit | 53a881ffc232399655a5086eddca84885f8e3d62 (patch) | |
| tree | 179eb6eae95607da9295d54d1ffc8c62de868cb1 /sphinx/quickstart.py | |
| parent | 819629aace7f57694f6d399c5e7b50a9c69021b7 (diff) | |
| download | sphinx-53a881ffc232399655a5086eddca84885f8e3d62.tar.gz | |
Added epub_fix_images configuration option
Diffstat (limited to 'sphinx/quickstart.py')
| -rw-r--r-- | sphinx/quickstart.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index b606c9be..e1a5d9e8 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -285,6 +285,9 @@ epub_copyright = u'%(copyright_str)s' # Allow duplicate toc entries. #epub_tocdup = True + +# Fix unsupported image types using the PIL. +#epub_fix_images = False ''' INTERSPHINX_CONFIG = ''' |
