docs: fix PathLike nitpick warning breaking the docs build (#5310)
The file exporter (#5207) type hints use ``from os import PathLike``, which sphinx renders as the bare name ``PathLike`` and cannot resolve, failing the strict (-W) docs build. Add it to nitpick_ignore alongside the other unresolvable stdlib/third-party targets.
M
Mike Goldsmith committed
4c8569df2b55ae47189e30a4afcb6a02faba0f85
Parent: 5c1f86f
Committed by GitHub <noreply@github.com>
on 6/17/2026, 9:12:16 AM