mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 08:02:05 +01:00
Fail on warnings when building with sphinx-build
Fixes https://codeberg.org/openpgp/notes/issues/90 Signed-off-by: David Runge <dave@sleepmap.de>
This commit is contained in:
parent
5fd9676392
commit
c9e7b03f53
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
# You can set these variables from the command line, and also
|
||||
# from the environment for the first two.
|
||||
SPHINXOPTS ?=
|
||||
SPHINXOPTS ?= -W
|
||||
SPHINXBUILD ?= sphinx-build
|
||||
LYCHEE ?= lychee
|
||||
SOURCEDIR = source
|
||||
|
|
Loading…
Reference in a new issue