python-pillow/python-pillow_spinxwarn.patch

13 lines
515 B
Diff
Raw Normal View History

2022-10-30 12:00:28 +00:00
diff -rupN --no-dereference Pillow-9.3.0/docs/Makefile Pillow-9.3.0-new/docs/Makefile
--- Pillow-9.3.0/docs/Makefile 2022-10-29 14:25:53.000000000 +0200
+++ Pillow-9.3.0-new/docs/Makefile 2022-10-30 11:05:22.304017451 +0100
2022-07-20 14:56:07 +00:00
@@ -47,7 +47,7 @@ install-sphinx:
2020-10-15 21:05:59 +00:00
html:
2022-04-05 10:08:09 +00:00
$(MAKE) install-sphinx
2020-10-15 21:05:59 +00:00
- $(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."