Skip to content

Commit 572bc12

Browse files
Treat warnings as errors in sphinx builds. (ros-navigation#778)
Signed-off-by: Leander Stephen D'Souza <leanderdsouza1234@gmail.com>
1 parent e61b9c5 commit 572bc12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ publish:
6767
# Catch-all target: route all unknown targets to Sphinx using the new
6868
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
6969
%: Makefile doxy
70-
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
70+
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) -W $(O)

0 commit comments

Comments
 (0)