diff options
| author | shimizukawa <shimizukawa@gmail.com> | 2014-12-03 23:13:21 +0900 |
|---|---|---|
| committer | shimizukawa <shimizukawa@gmail.com> | 2014-12-03 23:13:21 +0900 |
| commit | e542996056906cac2fb7339ea62dbee8b71f1129 (patch) | |
| tree | cc9c5cca3988b6bcd9ac0b6472cc162a1c6991e3 /sphinx | |
| parent | a31dfd58732729ce2e4fe5b3c935af72e4e1b377 (diff) | |
| download | sphinx-e542996056906cac2fb7339ea62dbee8b71f1129.tar.gz | |
replace PIL with Pillow.
Diffstat (limited to 'sphinx')
| -rw-r--r-- | sphinx/quickstart.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index 4edb1213..549a7d62 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -407,7 +407,7 @@ epub_exclude_files = ['search.html'] # Choose between 'default' and 'includehidden'. #epub_tocscope = 'default' -# Fix unsupported image types using the PIL. +# Fix unsupported image types using the Pillow. #epub_fix_images = False # Scale large images. |
