python-pillow/python-pillow_spinxwarn.patch
2022-07-20 16:56:07 +02:00

13 lines
515 B
Diff

diff -rupN --no-dereference Pillow-9.2.0/docs/Makefile Pillow-9.2.0-new/docs/Makefile
--- Pillow-9.2.0/docs/Makefile 2022-07-01 15:19:51.000000000 +0200
+++ Pillow-9.2.0-new/docs/Makefile 2022-07-20 16:40:23.456366364 +0200
@@ -47,7 +47,7 @@ install-sphinx:
html:
$(MAKE) install-sphinx
- $(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."