-
Notifications
You must be signed in to change notification settings - Fork 41
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
Support sphinx-design tabs #251
Comments
Hi @jhj0411jhj Can you elaborate this a bit? Do you mean that the tabs do not render well in the tooltip? |
@benjaoming I write tabs using sphinx-design tabs syntax, with When I hover over the link, the tooltip is shown. The first tab renders well. However, when I switch to the second tab in hoverxref's tooltip, the contents in the second tab is gone. And when I switch back to the first tab, the content also disappears. See this docs for example (will be available for a while), and see the |
This probably happens because of the way that hoverxref re-triggers the render of the tabs:
|
hoverxref_sphinxtabs = True
seems not work with sphinx-design tabs (github). The reference page in my docs is written in markdown. Can it be supported?The text was updated successfully, but these errors were encountered: