13 lines
515 B
Diff
13 lines
515 B
Diff
diff -rupN --no-dereference Pillow-9.1.1/docs/Makefile Pillow-9.1.1-new/docs/Makefile
|
|
--- Pillow-9.1.1/docs/Makefile 2022-05-17 12:33:52.000000000 +0200
|
|
+++ Pillow-9.1.1-new/docs/Makefile 2022-05-20 23:52:00.287953642 +0200
|
|
@@ -46,7 +46,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."
|
|
|