Use sphinx-hoverxref in traceability links #1348
Closed
David-Le-Nir
started this conversation in
General
Replies: 1 comment 1 reply
-
It is currently not possible to write rst syntax in needs options or links. But you could try the extension sphinx-preview. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to use sphinx-hoverxref on traceability links of my needs.
For example, if I have something like
I'd like to have the hoverxrek applying on the link (i.e. when I hover the other-external-req in html see the tooltip with the content). The main issue is that we cannot use a role in a directive option.
I tried multiple approaches, obviously not working, such as
with role on link option
with role on an option not transformed to html link
with a dynamic function returning the string :hoverxref:
other-external-req <url ...>
or the raw htmlwith the raw html
Do you think it is achievable ? If so, what would you try ?
The extension is working well in the need content but this is not what I want ^^
thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions