]> git.dujemihanovic.xyz Git - u-boot.git/commit
docs/sphinx: Explicitly convert Sphinx paths to str
authorOliver Faso <erer1243@gmail.com>
Sun, 14 Jan 2024 13:18:19 +0000 (14:18 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 17 Jan 2024 07:40:19 +0000 (08:40 +0100)
commitf5209829af5c032514c19be7e0652e2e7377d1fd
treedef79e186ef40359a8b21975a4aa814f516943a6
parent60971e63e60b36203a5e3cb30deaa05dbd276f82
docs/sphinx: Explicitly convert Sphinx paths to str

Sphinx 7.2+ is switching to using pathlib.Path
instead of str to represent paths. This fixes the
current deprecation warnings and eventual breakage.
This conversion will be a no-op when using older
Sphinx versions.

Signed-off-by: Oliver Faso <erer1243@gmail.com>
Tested-by: Akira Yokosawa <akiyks@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20230910040811.53046-1-erer1243@gmail.com
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
doc/sphinx/kerneldoc.py
doc/sphinx/kfigure.py