Read the Docs will not build docs for my package because it includes matplotlib. I used the code on their website to mock out matplotlib, but still the build fails because freetype and png are required to build matplotlib, and apparently this is not installed on their machine. I tried with and without building in the virtualenv.
Here is my config.py.
Why is my mock not working?