From 9c084aea6d9db097eeca2b2c4e7f2aed230d0015 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Mon, 7 Jun 2021 13:16:32 +0200 Subject: [PATCH] Show all Sphinx warnings together (#5776) --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 3837ff354b0..22eaead2649 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -2,7 +2,7 @@ # # You can set these variables from the command line. -SPHINXOPTS = +SPHINXOPTS = -W --keep-going -n SPHINXBUILD = sphinx-build PAPER = BUILDDIR = _build