gh-93851: Add Tools/scripts/checkhtmllinks.py#93856
gh-93851: Add Tools/scripts/checkhtmllinks.py#93856arhadthedev wants to merge 8 commits intopython:mainfrom
Conversation
|
Could you explain how this is necessary when we can just use Sphinx's built-in |
Generated parts of HTML pages and external links also need to be checked. According to a size of gh-93853, we need either a tool like the one in this PR or a Sphinx extension. |
|
I'm afraid I'm still confused. If a link is an external link in the source (even generated by standard or most third-party roles), it will be caught by @AA-Turner is there something I'm missing here? |
My apologises, I've totally missed this part of your first comment:
|
Broken links from a parent issue were found using this tool.
Example output for python Tools/scripts/checkhtmllinks.py -l50 build/doc-html/using/*.html