You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
python-pillow/python-pillow_spinxwarn.patch

13 lines
515 B

2 years ago
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
3 years ago
@@ -47,7 +47,7 @@ install-sphinx:
4 years ago
html:
3 years ago
$(MAKE) install-sphinx
4 years ago
- $(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."