Mark Brown <broonie@xxxxxxxxxx> writes: > On Mon, Sep 01, 2025 at 09:51:01AM -0700, Randy Dunlap wrote: > >> Willy had a suggestion that we just make checking kernel-doc during >> all .c builds a permanent feature instead of a W=1 option. >> This helps, but still doesn't force 'make htmldocs' to be run. > > make htmldocs is rather slow: > > $ time make -j56 htmldocs > ... > make -j56 htmldocs 2355.99s user 141.33s system 158% cpu 26:14.86 total That ... is weird... it takes me a little under 3 minutes to do an htmldocs build, using a capable but not stellar desktop machine. Which version of Sphinx are you using? If you're not on Sphinx 8, you really want to be; they finally fixed some really nasty performance problems with that release. Thanks, jon