Skip to content

Commit 1a0eb7b

Browse files
committed
doc: Add missing dependency: sphinxcontrib.programoutput
Add this missing dependency which is used in the Zephyr doc build. Signed-off-by: Carles Cufi <[email protected]>
1 parent 2360407 commit 1a0eb7b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/nrf/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"ncs_tool_versions",
5858
"page_filter",
5959
"sphinxcontrib.plantuml",
60+
"sphinxcontrib.programoutput",
6061
]
6162

6263
linkcheck_ignore = [

doc/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ sphinx-togglebutton # | X | | | | |
2626
sphinx_markdown_tables # | | | X | | | | |
2727
sphinxcontrib-mscgen # | X | | | | X | | |
2828
sphinxcontrib-plantuml>=0.27 # | | | | | | X | |
29+
sphinxcontrib-programoutput # | X | | | | | | X |
2930
west>=1.0.0 # | | | | | | | X |
3031
python-dotenv # | | X | | | | | |

0 commit comments

Comments
 (0)