commit | b2977b7657ed8e446c46cf89758616ca035ace96 | [log] [tgz] |
---|---|---|
author | Benjamin Cabé <benjamin@zephyrproject.org> | Wed Aug 30 09:26:48 2023 +0200 |
committer | Carles Cufí <carles.cufi@nordicsemi.no> | Wed Sep 06 12:11:28 2023 +0200 |
tree | fd1fcc084c5ec64c6a243df084c34160e28897ca | |
parent | 5832f6ed5fc5049f2f94368370f845c46bd1ecb3 [diff] [blame] |
doc: Make code-samples admonition collapsible Use sphinx-toggle to make "Related code samples" collapsible. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
diff --git a/doc/requirements.txt b/doc/requirements.txt index 2d90048..45bb461 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt
@@ -8,6 +8,7 @@ pygments>=2.9 sphinx-notfound-page sphinx-copybutton +sphinx-togglebutton # YAML validation. Used by zephyr_module. PyYAML>=5.1