Skip to content

Commit 45494d6

Browse files
committed
wip
Signed-off-by: Jeff Squyres <[email protected]>
1 parent d1a3a7f commit 45494d6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/Makefile.am

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@
2020

2121
OUTDIR = _build
2222
SPHINX_CONFIG = conf.py
23-
SPHINX_OPTS ?= -W --keep-going
23+
# JMS Restore these SPHINX_OPTS when we have stamped out all Sphinx
24+
# warnings (otherwise these warnings-become-errors options will cause
25+
# Sphinx to return non-zero and make will exit).
26+
#SPHINX_OPTS ?= -W --keep-going
27+
SPHINX_OPTS =
2428
TEXT_SOURCE_FILES = \
2529
$(srcdir)/license/*.txt
2630
IMAGE_SOURCE_FILES = \

0 commit comments

Comments
 (0)