diff options
| author | Roland Meister <devnull@localhost> | 2011-02-28 23:15:35 +0100 |
|---|---|---|
| committer | Roland Meister <devnull@localhost> | 2011-02-28 23:15:35 +0100 |
| commit | ba2d18177f928d73e4e229b34020e41ebc0bb03f (patch) | |
| tree | 59d364f7b37c65c804350f8e88c3ce14c4182670 /sphinx/quickstart.py | |
| parent | a49ab4d78a87a9f65ae356dae074dd7db7037b0b (diff) | |
| parent | ee523b11a46024bac20718c97effe5b4b5eb21d1 (diff) | |
| download | sphinx-ba2d18177f928d73e4e229b34020e41ebc0bb03f.tar.gz | |
Merge with birkenfeld/sphinx.
Diffstat (limited to 'sphinx/quickstart.py')
| -rw-r--r-- | sphinx/quickstart.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index 0818ad0a..d606e7ad 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -315,6 +315,12 @@ epub_copyright = u'%(copyright_str)s' # Allow duplicate toc entries. #epub_tocdup = True + +# Fix unsupported image types using the PIL. +#epub_fix_images = False + +# Scale large images. +#epub_max_image_width = 0 ''' INTERSPHINX_CONFIG = ''' |
