Fail on epydoc warnings
authorGuido Günther <agx@sigxcpu.org>
Sat, 29 Oct 2011 10:07:11 +0000 (12:07 +0200)
committerGuido Günther <agx@sigxcpu.org>
Sat, 29 Oct 2011 10:07:11 +0000 (12:07 +0200)
debian/rules

index d70542f..735cb45 100755 (executable)
@@ -54,7 +54,9 @@ links_stamp:
        
 apidocs: links_stamp
        epydoc -v -n git-buildpackage --no-sourcecode -o docs/apidocs/ \
-               gbp*.py git*.py gbp/ tests/test_Git*.py
+           --url=https://honk.sigxcpu.org/piki/projects/git-buildpackage/ \
+           --fail-on-docstring-warning \
+           gbp*.py git*.py gbp/ tests/test_Git*.py
 
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 pychecker: