-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graphviz needflow links are broken #1279
Comments
I've done some digging and this line seems to be the problem:
Removing the relative argument fixes the issue for me when using graphviz_output_format = "svg" .
|
ah yeh I see, I tested this on needs within the same page, and it was working, but apparently not for needs on different pages.
you could never directly click on the elements with svg, and can't do that also for plantuml. as I mention at the bottom of #1235 (comment), |
Thanks for the explanation. I also did some further testing. |
You mean if you set |
Yes, it appears to be the case. |
Hi all,
I noticed that the links in needflows seem to be broken when they are generated using the new graphviz engine.
See, e.g,, https://sphinx-needs.readthedocs.io/en/latest/directives/needflow.html#needflow Example 1
The need links are always based on the current page.
Furthermore, you can no longer directly click the elements (tested on Firefox and MS Edge, Chrome likely behaves the same).
When you click the image, the svg is first opened separately.
After that, you are able to click the objects which will result in a 404 due to the broken links.
The text was updated successfully, but these errors were encountered: