Skip to content

Commit 3985450

Browse files
gauteslpull[bot]
authored andcommitted
Doc dependencies (#24341)
* doc: fix sphinx dependencies Fix dependencies to be set at Sphinx>=4.5 while keeping docutils at 0.17. Signed-off-by: Gaute Svanes Lunde <[email protected]> * doc: renamed to README for inclusion in toc-tree Renamed file to from Readme.md to README.md for inclusion in the Sphinx ToC tree. Signed-off-by: Gaute Svanes Lunde <[email protected]> * doc: Fixed link path Fixed a broken link path to `docs/guides/silabs_efr32_software_update.md`. Signed-off-by: Gaute Svanes Lunde <[email protected]> Signed-off-by: Gaute Svanes Lunde <[email protected]>
1 parent 1b17675 commit 3985450

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/requirements.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Sphinx
1+
docutils==0.17.1
2+
Sphinx>=4.5
23
sphinx-book-theme
34
myst-parser
4-
breathe
5+
breathe>=4.34

examples/thermostat/silabs/efr32/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ tracking code inside the `trackAlloc` and `trackFree` function
361361
362362
For the description of Software Update process with EFR32 example applications
363363
see
364-
[EFR32 OTA Software Update](../../../docs/guides/silabs_efr32_software_update.md)
364+
[EFR32 OTA Software Update](../../../../docs/guides/silabs_efr32_software_update.md)
365365
366366
## Building options
367367

0 commit comments

Comments
 (0)