Skip to content

Commit f2a1a71

Browse files
gmarullanangl
authored andcommitted
doc: upmerge fixes
- Upgrade to latest Sphinx - Fix some references - Fix Zephyr docset required env vars Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent e4868ec commit f2a1a71

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc/nrf/releases_and_maturity/releases/release-notes-1.4.1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Zephyr changes incorporated into |NCS|
9292

9393
This section contains changes in Zephyr that were cherry-picked into |NCS| for this release.
9494

95-
* Added support for the :ref:`zephyr:actinius_icarus` board.
95+
* Added support for the Actinius Icarus board.
9696

9797
Bluetooth Host
9898
~~~~~~~~~~~~~~

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PyYAML # | X | | | | |
1414
pykwalify # | | | | | | | X |
1515
pytest # | | | | | | | X |
1616
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 |
1818
sphinx-autobuild # | X | X | X | X | X | X | X |
1919
sphinx-copybutton # | X | | | | | | X |
2020
sphinx-ncs-theme<1.1 # | X | | | | | | |

doc/zephyr/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
# Import all Zephyr configuration, override as needed later
2929
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")
3131

3232
conf = eval_config_file(str(ZEPHYR_BASE / "doc" / "conf.py"), tags)
3333
locals().update(conf)

samples/openthread/coprocessor/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Thread: Co-processor
1010
The :ref:`Thread <ug_thread>` Co-processor sample demonstrates how to implement OpenThread's :ref:`thread_architectures_designs_cp` inside the Zephyr environment.
1111
The sample uses the :ref:`thread_architectures_designs_cp_rcp` architecture.
1212

13-
The sample is based on Zephyr's :zephyr:code-sample:`coprocessor` sample.
13+
The sample is based on Zephyr's :zephyr:code-sample:`openthread-coprocessor` sample.
1414
However, it customizes Zephyr's sample to fulfill the |NCS| requirements (for example, by increasing the stack size dedicated for the user application), and also extends it with features such as:
1515

1616
* Increased Mbed TLS heap size.

0 commit comments

Comments
 (0)