Skip to content

Commit 783fe57

Browse files
henrikbrixandersenkartben
authored andcommitted
doc: releases: fix sphinx lint errors
Fix compliance errors reported by SphinxLint. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
1 parent b4d5fc5 commit 783fe57

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/releases/release-notes-3.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,7 @@ MCUboot
16131613
* Edited the DFU detection's GPIO-pin configuration to be done through DTS using the ``mcuboot-button0`` pin alias.
16141614
* Edited the LED usage to prefer DTS' ``mcuboot-led0`` alias over the ``bootloader-led0`` alias.
16151615
* Removed :c:func:`device_get_binding()` usage in favor of :c:func:`DEVICE_DT_GET()`.
1616-
* Added support for generic `watchdog0` alias.
1616+
* Added support for generic ``watchdog0`` alias.
16171617
* Enabled watchdog feed by default.
16181618
* Dropped the :kconfig:option:`CONFIG_BOOT_IMAGE_ACCESS_HOOKS_FILE` option.
16191619
The inclusion of the Hooks implementation file is now up to the project's customization.

doc/releases/release-notes-3.5.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2180,7 +2180,7 @@ Libraries / Subsystems
21802180
the heap.
21812181
* Added a new type of observer called Message Subscriber. ZBus' VDED will send a copy of the
21822182
message during the publication/notification process.
2183-
* Changed the VDED delivery sequence. Check the ref:`documentation<zbus delivery sequence>`.
2183+
* Changed the VDED delivery sequence. Check the :ref:`documentation <zbus delivery sequence>`.
21842184
* ZBus runtime observers now rely on the heap instead of a memory pool.
21852185
* Added new iterable section iterators APIs (for channels and observers) can now receive a
21862186
``user_data`` pointer to keep context between the function calls.
@@ -2322,8 +2322,8 @@ Documentation
23222322
Tests and Samples
23232323
*****************
23242324

2325-
* Created common sample for file systems (`fs_sample`). It originates from sample for FAT
2326-
(`fat_fs`) and supports both FAT and ext2 file systems.
2325+
* Created common sample for file systems (``fs_sample``). It originates from sample for FAT
2326+
(``fat_fs``) and supports both FAT and ext2 file systems.
23272327

23282328
* Created the zbus confirmed channel sample to demonstrate how to implement a delivery-guaranteed
23292329
channel using subscribers.

0 commit comments

Comments
 (0)