Re: [dpdk-dev] [PATCH v2] doc: make sphinx errors more visible

2020-10-16 Thread Thomas Monjalon
16/10/2020 14:43, Bruce Richardson: > On Fri, Oct 16, 2020 at 02:39:06PM +0200, Thomas Monjalon wrote: > > When running Sphinx through ninja, the wrapper configured in meson > > redirects stdout to a log file. > > It makes more important to print issues on stderr. > > > > Some warnings generated b

Re: [dpdk-dev] [PATCH v2] doc: make sphinx errors more visible

2020-10-16 Thread Bruce Richardson
On Fri, Oct 16, 2020 at 02:39:06PM +0200, Thomas Monjalon wrote: > When running Sphinx through ninja, the wrapper configured in meson > redirects stdout to a log file. > It makes more important to print issues on stderr. > > Some warnings generated by the conf.py were hidden because > printed on s

[dpdk-dev] [PATCH v2] doc: make sphinx errors more visible

2020-10-16 Thread Thomas Monjalon
When running Sphinx through ninja, the wrapper configured in meson redirects stdout to a log file. It makes more important to print issues on stderr. Some warnings generated by the conf.py were hidden because printed on stdout. The first improvement is to print them on stderr. The second measure