Oliver Faso <[email protected]> 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 <[email protected]>
> ---
> Documentation/sphinx/kerneldoc.py | 2 +-
> Documentation/sphinx/kfigure.py | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
I've applied this, thanks.
jon