python-pillow/python-pillow_spinxwarn.patch

13 lines
505 B
Diff
Raw Normal View History

2021-04-02 05:50:40 +00:00
diff -rupN --no-dereference Pillow-8.2.0/docs/Makefile Pillow-8.2.0-new/docs/Makefile
--- Pillow-8.2.0/docs/Makefile 2021-04-01 19:58:27.000000000 +0200
+++ Pillow-8.2.0-new/docs/Makefile 2021-04-02 07:41:32.797022925 +0200
2020-10-15 21:05:59 +00:00
@@ -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."