mwchase / python-structured-data

MIT License
2 stars 0 forks source link

`sphinx-build -b latex` puts svg source for Scrutinizer badge in a png file #17

Closed mwchase closed 5 years ago

mwchase commented 5 years ago

It turns out this is because Scrutinizer-CI's idea of responding to a request that ends in .png is generating an SVG file.

mwchase commented 5 years ago

I did solve the issue of "this breaks pdf export" by juggling things until the badges stopped showing up in the output, because I didn't feel like having badges in there, when I really thought about it.