Is your feature request related to a problem? Please describe.
Currently the documentation fails to build the PDF while trying to include an SVG image.
Describe the solution you'd like
LaTeXTranslator could recognise an SVG and use svg package with \includesvg directive to convert the image in an automated fashion.
Describe alternatives you've considered
sphinx.ext.imgconverter (python/cpython#139635)
Additional context
Using svg package requires using --shell-escape flag in latexmk call. Also it requires a new runtime dependency – Inkscape.
Is your feature request related to a problem? Please describe.
Currently the documentation fails to build the PDF while trying to include an SVG image.
Describe the solution you'd like
LaTeXTranslatorcould recognise an SVG and use svg package with\includesvgdirective to convert the image in an automated fashion.Describe alternatives you've considered
sphinx.ext.imgconverter (python/cpython#139635)
Additional context
Using svg package requires using
--shell-escapeflag inlatexmkcall. Also it requires a new runtime dependency – Inkscape.