File tree 3 files changed +3
-3
lines changed
nrf/releases_and_maturity/releases
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ Zephyr changes incorporated into |NCS|
92
92
93
93
This section contains changes in Zephyr that were cherry-picked into |NCS | for this release.
94
94
95
- * Added support for the :ref: ` zephyr:actinius_icarus ` board.
95
+ * Added support for the :zephyr:board: ` actinius_icarus ` board.
96
96
97
97
Bluetooth Host
98
98
~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ PyYAML # | X | | | | |
14
14
pykwalify # | | | | | | | X |
15
15
pytest # | | | | | | | X |
16
16
recommonmark # | | | X | X | | | |
17
- sphinx ~= 7.4 # | X | X | X | X | X | X | X |
17
+ sphinx ~= 8.1 # | X | X | X | X | X | X | X |
18
18
sphinx-autobuild # | X | X | X | X | X | X | X |
19
19
sphinx-copybutton # | X | | | | | | X |
20
20
sphinx-ncs-theme < 1.1 # | X | | | | | | |
Original file line number Diff line number Diff line change 27
27
28
28
# Import all Zephyr configuration, override as needed later
29
29
os .environ ["ZEPHYR_BASE" ] = str (ZEPHYR_BASE )
30
- os .environ ["ZEPHYR_BUILD " ] = str (utils .get_builddir () / "zephyr" )
30
+ os .environ ["OUTPUT_DIR " ] = str (utils .get_builddir () / "html" / "zephyr" )
31
31
32
32
conf = eval_config_file (str (ZEPHYR_BASE / "doc" / "conf.py" ), tags )
33
33
locals ().update (conf )
You can’t perform that action at this time.
0 commit comments