Skip to content

Commit

Permalink
Add --keep-going to make html-strict
Browse files Browse the repository at this point in the history
to make sure the build return a non-zero exit code on warnings, but does still complete.
  • Loading branch information
chrisjsewell committed Mar 2, 2020
1 parent eebff69 commit 9d27dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ help:

# raise warnings to errors
html-strict:
@$(SPHINXBUILD) -b html -nW "$(SOURCEDIR)" "$(BUILDDIR)/html" $(SPHINXOPTS) $(O)
@$(SPHINXBUILD) -b html -nW --keep-going "$(SOURCEDIR)" "$(BUILDDIR)/html" $(SPHINXOPTS) $(O)

clean:
rm -r $(BUILDDIR)

0 comments on commit 9d27dee

Please sign in to comment.