Replies: 1 comment 1 reply
-
Heya, yeh this is mentioned in the TODO but I haven't opened a specific issue yet: https://github.com/executablebooks/sphinx-design#todo sphinx requires a document structure to be hierarchical by heading levels: <section>
heading level 1
<section>
heading level 2
<section>
heading level 3 so you can't generally have headings inside directives, since this would mess up the structure: <section>
heading level 1
<tab-container>
<section>
heading level 2
<section>
heading level 3 The main example of this being allowed is the |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I realize that non of my sections are rendered with sphinx-design in a tab. I wonder if this is by design, or if I'm doing anything wrong.
Here's an example:
And I get this sphinx-build error:
Beta Was this translation helpful? Give feedback.
All reactions