Re: [dpdk-dev] [PATCH v2 0/6] improve building docs

2020-09-30 Thread Thomas Monjalon
> When building the documentation, a lot of text is output, meaning that > any warnings can be missed in all the text. Unfortunately, ninja merges > both stderr and stdout of all tasks so one cannot just redirect stdout to > a separate location as part of the build command to rectify that. > Theref

[dpdk-dev] [PATCH v2 0/6] improve building docs

2020-09-29 Thread Bruce Richardson
When building the documentation, a lot of text is output, meaning that any warnings can be missed in all the text. Unfortunately, ninja merges both stderr and stdout of all tasks so one cannot just redirect stdout to a separate location as part of the build command to rectify that. Therefore, since