diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-11-29 19:14:03 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2020-11-29 19:14:03 (GMT) |
| commit | 02d5d8ca2894b4c747458766a0ca2af92c938a8d (patch) | |
| tree | 4f993bd9b04d880ca05df66b265a5ed4b8b38506 /docs | |
| parent | 66cbfa20e862c444457ab214fa7b3ec7bdd55d0c (diff) | |
docs: Makefile: Turn sphinx warnings into errors
Currently patches that break the documentation build are not triggering
CI failure. Fix this.
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile index ea7a6c8..d3afd2c 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -3,7 +3,7 @@ # You can set these variables from the command line, and also # from the environment for the first two. -SPHINXOPTS ?= +SPHINXOPTS ?= -W --keep-going SPHINXBUILD ?= sphinx-build SOURCEDIR = . BUILDDIR = build |
