diff -rupN --no-dereference Pillow-8.3.2/docs/Makefile Pillow-8.3.2-new/docs/Makefile --- Pillow-8.3.2/docs/Makefile 2021-09-02 14:13:00.000000000 +0200 +++ Pillow-8.3.2-new/docs/Makefile 2021-09-03 22:11:12.402804021 +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."