Fix relative references in SVGs generated by sphinx.ext.graphviz#11078
Fix relative references in SVGs generated by sphinx.ext.graphviz#11078AA-Turner merged 8 commits intosphinx-doc:masterfrom
sphinx.ext.graphviz#11078Conversation
|
could this help? |
I don't think it does. It doesn't support svg files at the moment. And it seems to just fix paths for a very specific folder layout, whereas in this case we know exactly from which source document to which target folder relative reference need to be changed in sphinx, and what type of attributes can be affected, so searching svg (XML) with a regex sounds like a bad idea when we can instead specifically look for e.g. |
# Conflicts: # sphinx/ext/graphviz.py
sphinx.ext.graphviz
|
Thanks @Panaetius! A |
closes #11077