-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 FIX needflow graphviz links (#1339)
Links are now initially calculated relative to the containing document. For PNGs, the links are defined as https://developer.mozilla.org/en-US/docs/Web/HTML/Element/map in the document, so this is correct. For SVGs, the graphs are extracted to external files, and in this case the links are modified by sphinx to be relative to the SVG file (from sphinx 7.2 onwards, see: sphinx-doc/sphinx#11078)
- Loading branch information
1 parent
7a3e9ef
commit 8aa192b
Showing
2 changed files
with
170 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters