Re: [docs] [PATCH 1/8] conf.py: add linkcheck builder exclusions

Quentin Schulz <[email protected]> Fri, 10 Jul 2026 17:09:55 +0200
Newsgroups org.yoctoproject.lists.docs
Message-ID <[email protected]>
Hi Antonin,

On 7/10/26 4:46 PM, Antonin Godard via lists.yoctoproject.org wrote:
> The linkcheck builder can be used to scout for broken links. By looking at
> the output of:
> 
>    grep -E -r --no-filename -o 'href="http.://[^/"]+' | sort | uniq -c | sort -nr
> 
> from the HTML output directory, exclude links that are too frequent.

Because they are too frequent it's impossible they are broken? 
Considering you fix links that are in this list later in this series, I 
don't think this holds. At least provide a proper justification because 
"too frequent" doesn't make sense.

Cheers,
Quentin