Using Sphinx docs how can I specify png image formats for HTML builds and pdf image formats for Latex/PDF builds?

Viewed 4880

Using sphinx doc generator, I am trying to use .png images for the HTML builds of the documentation, and then I want to have the .svg images used for the PDF/LATEx builds.

Anyone know how to "tag" sections as "HTML build"-only and "Latex build"-only?

Cheers

2 Answers
Related