python-pillow/python-pillow_spinxwarn.patch
2020-10-15 23:05:59 +02:00

13 lines
488 B
Diff

diff -rupN Pillow-8.0.0/docs/Makefile Pillow-8.0.0-new/docs/Makefile
--- Pillow-8.0.0/docs/Makefile 2020-10-14 18:02:53.000000000 +0200
+++ Pillow-8.0.0-new/docs/Makefile 2020-10-15 22:52:19.990771090 +0200
@@ -42,7 +42,7 @@ clean:
-rm -rf $(BUILDDIR)/*
html:
- $(SPHINXBUILD) -b html -W --keep-going $(ALLSPHINXOPTS) $(BUILDDIR)/html
+ $(SPHINXBUILD) -b html --keep-going $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."