From 90a1adc7029618e2cffde522c8b8a88aad4769b4 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 2 Jul 2025 14:45:58 -0400 Subject: sphinx warnings now stop the build --- api-docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api-docs') 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: -- cgit v1.3.1