pytest-check-links
pytest-check-links copied to clipboard
Permit absolute links
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 :)