Skip to content

Commit faf447b

Browse files
committed
Set fail on warning for documentation generation
1 parent d6d6ea6 commit faf447b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ help:
3535
# Catch-all target: route all unknown targets to Sphinx using the new
3636
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
3737
%: Makefile
38-
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
38+
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) --fail-on-warning

0 commit comments

Comments
 (0)