Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9ee3cb7

Browse files
committed
DOC: fail the doc build on errors, but keep going to end
h/t to pandas and @TomAugspurger
1 parent 2a282ca commit 9ee3cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33

44
# You can set these variables from the command line.
5-
SPHINXOPTS = -W
5+
SPHINXOPTS = -W --keep-going
66
SPHINXBUILD = python -msphinx
77
SPHINXPROJ = matplotlib
88
SOURCEDIR = .

0 commit comments

Comments
 (0)