Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 63e58b3 commit be0fb7dCopy full SHA for be0fb7d
1 file changed
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