sphinx-contrib / kroki

Embed PlantUML, DOT, etc. diagrams in your documentation using Kroki.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latex-Output broken

mrburnsDE opened this issue · comments

I made a sample page. HTML-Output works fine. Building latexpdf always returns the error:
Latexmk: Missing input file: '{kroki-3a635e48c50e44520508cf7da4fece5094219393}.svg' from line

Looking at the tex-file it seems, that the filename is enclosed with "{}" which seems to be a bug.

grep kroki build/latex/sampledoc.tex
\noindent\sphinxincludegraphics{{kroki-3a635e48c50e44520508cf7da4fece5094219393}.svg}

I am not able to open a PR since i am not good enough in python to deliver one.

Seems that i was wrong