We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6709ea + be0fb7d commit 7c8ce05Copy full SHA for 7c8ce05
doc/conf.py
@@ -67,6 +67,13 @@
67
raise ImportError("No module named mock - you need to install "
68
"mock to build the documentation")
69
70
+try:
71
+ from PIL import Image
72
+except ImportError:
73
+ raise ImportError("No module named Image - you need to install "
74
+ "pillow to build the documentation")
75
+
76
77
try:
78
import matplotlib
79
except ImportError:
0 commit comments