doc: Make code-samples admonition collapsible
Use sphinx-toggle to make "Related code samples" collapsible. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
5832f6ed5f
commit
b2977b7657
3 changed files with 4 additions and 0 deletions
|
@ -84,6 +84,7 @@ extensions = [
|
|||
"zephyr.vcs_link",
|
||||
"notfound.extension",
|
||||
"sphinx_copybutton",
|
||||
"sphinx_togglebutton",
|
||||
"zephyr.external_content",
|
||||
"zephyr.domain",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue