A MkDocs plugin that validates URLs in rendered HTML files after build. It checks internal links, anchors, and external URLs, reporting broken links. Version 1.5.0, active development.
pip install mkdocs-htmlproofer-pluginVerified import paths — ran on the pinned version, not inferred.
Add the plugin to your mkdocs.yml and run mkdocs build. The plugin will validate all URLs in the output HTML.
Use absolute paths or set site_url in mkdocs.yml.
Upgrade to Python 3.10+.
Set parallelization config options (e.g., max_concurrency) if needed.
No dependency data recorded yet.