sphinx_tabs do not render nicely #482
-
I am using a code block in a tab environment: .. tabs::
.. group-tab:: C++
.. literalinclude:: foo.txt
Foo:
1. Bar::
foo bar with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yea, sphinx-tabs isn't really supported with this theme. See https://pradyunsg.me/furo/reference/tabs/ which links to two alternative extensions that serve to replace that. I'm ambivalent on adding support for sphinx-tabs -- it's different enough that I don't feel like adopting it. OTOH, it's reasonably common. The more pressing issue is that I can't include it in the regular manual testing that I do for this theme since it uses the same directive names as one or both of the other tabs solutions supported. |
Beta Was this translation helpful? Give feedback.
Yea, sphinx-tabs isn't really supported with this theme.
See https://pradyunsg.me/furo/reference/tabs/ which links to two alternative extensions that serve to replace that. I'm ambivalent on adding support for sphinx-tabs -- it's different enough that I don't feel like adopting it. OTOH, it's reasonably common.
The more pressing issue is that I can't include it in the regular manual testing that I do for this theme since it uses the same directive names as one or both of the other tabs solutions supported.