Oliver Faso <erer1243@xxxxxxxxx> writes: > 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@xxxxxxxxx> > --- > Documentation/sphinx/kerneldoc.py | 2 +- > Documentation/sphinx/kfigure.py | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) I've applied this, thanks. jon