ga4gh / ga4gh-schemas

Models and APIs for Genomic data. RETIRED 2018-01-24
http://ga4gh.org
Apache License 2.0
214 stars 114 forks source link

Get rid of warnings/errors spam in build #784

Closed dcolligan closed 7 years ago

dcolligan commented 7 years ago

Issue #780

dcolligan commented 7 years ago

@david4096 If one wants to see errors / warnings from the sphinx build, can't one just turn them back on? Errors and warnings are no good if everyone habitually ignores them.

david4096 commented 7 years ago

Add a flag that makes it easy for the current logging to happen to change the default. I think straight passing down the arguments to make docs might be fastest/easiest, but if you want to add a verbose key, no argument here.

dcolligan commented 7 years ago

@david4096 flag added. Get the warning output by doing: make docs verbose=true

david4096 commented 7 years ago

Thanks, we don't deserve to take credit for all those warnings when we're trying to parse other people's comments :).