summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2025-07-02 14:45:58 -0400
committerJordan Wiens <jordan@psifertex.com>2025-07-02 17:09:25 -0400
commit90a1adc7029618e2cffde522c8b8a88aad4769b4 (patch)
tree03fb2c9d67a2560b297753f676829fc0acc26b93
parentdc6b4414bf5b28ca5120319a3cc2bb9bce20739b (diff)
sphinx warnings now stop the build
-rw-r--r--api-docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/api-docs/Makefile b/api-docs/Makefile
index 91295186..9d09ef89 100644
--- a/api-docs/Makefile
+++ b/api-docs/Makefile
@@ -2,7 +2,7 @@
#
# You can set these variables from the command line.
-SPHINXOPTS ?= -j 1
+SPHINXOPTS ?= -j 1 -W
# XXX: Line above is a workaround for parallel builds failing on ARM hosts
# See this issue for more details: https://github.com/sphinx-doc/sphinx/issues/11449
# When that issue is resolved, put the following line back: