> -----Original Message----- > From: dev <[email protected]> On Behalf Of David Marchand > Sent: Thursday, January 16, 2020 3:31 PM > To: Aaron Conole <[email protected]>; Michael Santana > <[email protected]> > Cc: Thomas Monjalon <[email protected]>; [email protected]; dev <[email protected]> > Subject: [dpdk-dev] Travis not picking documentation warnings/errors > > Hello, > > We noticed that documentation generation warnings/errors are not being > reported in Travis. > I did not look into the details, but it would sure help to catch this > earlier than when merging in master. > > Example: https://travis-ci.com/ovsrobot/dpdk/jobs/275846558 > Look for WARNING: > >
Looking at the sphinx docs, it seems -W flag should do what we want. I'm looking at fixing the stdout/stderr issue with the wrapper script so I can look to add that flag in while I'm at it.

