We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a3a7f commit 45494d6Copy full SHA for 45494d6
docs/Makefile.am
@@ -20,7 +20,11 @@
20
21
OUTDIR = _build
22
SPHINX_CONFIG = conf.py
23
-SPHINX_OPTS ?= -W --keep-going
+# 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 =
28
TEXT_SOURCE_FILES = \
29
$(srcdir)/license/*.txt
30
IMAGE_SOURCE_FILES = \
0 commit comments