On Tue, Feb 7, 2023 at 9:44 AM Thomas Monjalon <[email protected]> wrote: > > On some systems, Sphinx is lazy enough to not recompile an RST file, > even if it contains a link pointing to a file which has been removed. > > In order to detect such broken links, > the option "-a" is used to always rebuild all.
I can't reproduce such behavior, but the principle looks ok to me and I did not notice a difference in terms of time spending generating the documentation. > > Signed-off-by: Thomas Monjalon <[email protected]> We have no guide describing Sphinx, I'd rather update this patch title like "doc: rebuild all guides with Sphinx". Reviewed-by: David Marchand <[email protected]> -- David Marchand

