Re: [dpdk-dev] [PATCH v2] doc: fix doc build when sphinx reports version to stderr

2020-07-30 Thread Thomas Monjalon
22/06/2020 16:20, David Marchand: > On Mon, Jun 22, 2020 at 4:00 PM Bruce Richardson > wrote: > > > > When sphinx-build reports its version information to stderr rather > > than stdout, the wrapper script misses it, and then fails to run. > > We can fix this by redirecting stderr to stdout for the

Re: [dpdk-dev] [PATCH v2] doc: fix doc build when sphinx reports version to stderr

2020-06-22 Thread David Marchand
On Mon, Jun 22, 2020 at 4:00 PM Bruce Richardson wrote: > > When sphinx-build reports its version information to stderr rather > than stdout, the wrapper script misses it, and then fails to run. > We can fix this by redirecting stderr to stdout for the version > query call. > > Fixes: f5ab2074cfba

Re: [dpdk-dev] [PATCH v2] doc: fix doc build when sphinx reports version to stderr

2020-06-22 Thread Power, Ciara
>-Original Message- >From: dev On Behalf Of Bruce Richardson >Sent: Monday 22 June 2020 15:00 >To: david.march...@redhat.com >Cc: dev@dpdk.org; Richardson, Bruce >Subject: [dpdk-dev] [PATCH v2] doc: fix doc build when sphinx reports version >to stderr > >When sphinx-build reports its ve