summaryrefslogtreecommitdiff
path: root/sphinx
diff options
context:
space:
mode:
authorshimizukawa <shimizukawa@gmail.com>2014-12-03 23:13:21 +0900
committershimizukawa <shimizukawa@gmail.com>2014-12-03 23:13:21 +0900
commite542996056906cac2fb7339ea62dbee8b71f1129 (patch)
treecc9c5cca3988b6bcd9ac0b6472cc162a1c6991e3 /sphinx
parenta31dfd58732729ce2e4fe5b3c935af72e4e1b377 (diff)
downloadsphinx-e542996056906cac2fb7339ea62dbee8b71f1129.tar.gz
replace PIL with Pillow.
Diffstat (limited to 'sphinx')
-rw-r--r--sphinx/quickstart.py2
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.