a5fe5a1 disable sphinx warnings-as-errors

1 file Authored by jistone 7 years ago, Committed by tstellar@redhat.com 7 years ago,
1 file changed. 5 lines added. 1 lines removed.
    disable sphinx warnings-as-errors
    
    Tom Stellard:
      - This flag has the same problem as -Werror does for compilers.
        Different versions of sphinx emit different warnings.  So, even
        though upstream has a documentation buildbot and a policy to fix
        all warnings, if they aren't using the same version of sphinx as
        Fedora, we can hit warnings that they don't see.
    
        
file modified
+5 -1