Skip to content

Commit

Permalink
doc: upmerge fixes
Browse files Browse the repository at this point in the history
- Upgrade to latest Sphinx
- Fix some references
- Fix Zephyr docset required env vars

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and anangl committed Jan 3, 2025
1 parent 07d7dae commit 2cd1bec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Zephyr changes incorporated into |NCS|

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

* Added support for the :ref:`zephyr:actinius_icarus` board.
* Added support for the :zephyr:board:`actinius_icarus` board.

Bluetooth Host
~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PyYAML # | X | | | | |
pykwalify # | | | | | | | X |
pytest # | | | | | | | X |
recommonmark # | | | X | X | | | |
sphinx~=7.4 # | X | X | X | X | X | X | X |
sphinx~=8.1 # | X | X | X | X | X | X | X |
sphinx-autobuild # | X | X | X | X | X | X | X |
sphinx-copybutton # | X | | | | | | X |
sphinx-ncs-theme<1.1 # | X | | | | | | |
Expand Down
2 changes: 1 addition & 1 deletion doc/zephyr/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

# Import all Zephyr configuration, override as needed later
os.environ["ZEPHYR_BASE"] = str(ZEPHYR_BASE)
os.environ["ZEPHYR_BUILD"] = str(utils.get_builddir() / "zephyr")
os.environ["OUTPUT_DIR"] = str(utils.get_builddir() / "html" / "zephyr")

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

0 comments on commit 2cd1bec

Please sign in to comment.