pytest-check-links icon indicating copy to clipboard operation
pytest-check-links copied to clipboard

Permit absolute links

Open mfisher87 opened this issue 2 months ago • 0 comments

Problem

Absolute path links are more portable in documentation engines, e.g. in Sphinx documentation, but I can't use them with this plugin.

Proposed Solution

Add --check-links-allow-absolute flag, and if set, skip the check for links starting with /.

Additional context

I'd be happy to implement this if I can find time someday soon :)

mfisher87 avatar Sep 30 '25 21:09 mfisher87