Re: [dpdk-dev] [PATCH] ci: add missing dependencies for documentation

2019-09-13 Thread Thomas Monjalon
13/08/2019 16:41, Aaron Conole: > David Marchand writes: > > > Install missing dependencies so that doc can be generated. > > While at it, explicitly configure that we want the doc to be generated. > > Missing dependencies are then reported as an error rather than silently > > ignored. > > > > Be

Re: [dpdk-dev] [PATCH] ci: add missing dependencies for documentation

2019-08-13 Thread David Marchand
On Tue, Aug 13, 2019 at 4:41 PM Aaron Conole wrote: > > David Marchand writes: > > > Install missing dependencies so that doc can be generated. > > While at it, explicitly configure that we want the doc to be generated. > > Missing dependencies are then reported as an error rather than silently >

Re: [dpdk-dev] [PATCH] ci: add missing dependencies for documentation

2019-08-13 Thread Aaron Conole
David Marchand writes: > Install missing dependencies so that doc can be generated. > While at it, explicitly configure that we want the doc to be generated. > Missing dependencies are then reported as an error rather than silently > ignored. > > Because of these extra dependencies, only build th

[dpdk-dev] [PATCH] ci: add missing dependencies for documentation

2019-08-13 Thread David Marchand
Install missing dependencies so that doc can be generated. While at it, explicitly configure that we want the doc to be generated. Missing dependencies are then reported as an error rather than silently ignored. Because of these extra dependencies, only build them in dedicated travis jobs. Fixes: