mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-09-25 13:36:58 +03:00
Remove redundant --keep-going
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
d4f9221e4c
commit
7d5d6d3967
|
@ -4,7 +4,7 @@
|
||||||
# You can set these variables from the command line.
|
# You can set these variables from the command line.
|
||||||
PYTHON = python3
|
PYTHON = python3
|
||||||
SPHINXBUILD = $(PYTHON) -m sphinx.cmd.build
|
SPHINXBUILD = $(PYTHON) -m sphinx.cmd.build
|
||||||
SPHINXOPTS = --fail-on-warning --keep-going
|
SPHINXOPTS = --fail-on-warning
|
||||||
BUILDDIR = _build
|
BUILDDIR = _build
|
||||||
BUILDER = html
|
BUILDER = html
|
||||||
JOBS = auto
|
JOBS = auto
|
||||||
|
|
Loading…
Reference in New Issue
Block a user