sphinx-doc / sphinx

The Sphinx documentation generator
https://www.sphinx-doc.org/
Other
6.61k stars 2.13k forks source link

graphviz svg links incorrect if referencing same file #13078

Open chrisjsewell opened 3 weeks ago

chrisjsewell commented 3 weeks ago

If you have a link like href="#abc", then the current behaviour of fix_svg_relative_paths doesn't work; you need to handle the case here where rel_uri is empty: https://github.com/sphinx-doc/sphinx/blob/116a430caca98580c8877cf7b0ba270eae9604bf/sphinx/ext/graphviz.py#L248