Conversation
It just produces a meaningless warning on most systems
There was a problem hiding this comment.
Any particular reason to drop these. While they may not be the most beautiful fonts Travis does include them correctly here http://matplotlib.org/devdocs/examples/pylab_examples/fonts_demo.html
There was a problem hiding this comment.
Ah. I removed them just because they give a doc build warning on my machine. But if it works on Travis, might as well reinstate. I'll just revert this change.
There was a problem hiding this comment.
I spent some time at some point finding fonts for all the categories that are free and installed on Travis. See the .travis file. Before that it was a bit of a mess
lib/matplotlib/image.py
Outdated
There was a problem hiding this comment.
Should use https since it redirects there anyway.
There was a problem hiding this comment.
I'm not a fan of using https in external links where not strictly necessary.
There was a problem hiding this comment.
Is the extra GET and redirect not reason enough?
|
Backported to 1.5.x as f03a5b3 |
Fixes some warnings in the doc build.
Also renames PIL -> pillow in documentation and error messages. (Code should continue to import from
PIL).