Skip to content

Commit eec34e2

Browse files
committed
Fail builds if links are invalid
1 parent b9fc487 commit eec34e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ clean:
4141
-rm -rf $(BUILDDIR)/*
4242

4343
html:
44-
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
44+
$(SPHINXBUILD) -W -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
4545
@echo
4646
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
4747

0 commit comments

Comments
 (0)