1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-22 05:33:28 +00:00

Fix sphinx-build warning on deprecated latex_paper_size

This commit is contained in:
Paul Tremberth 2017-04-21 16:53:20 +02:00
parent cba55cd190
commit e139d990fc

View File

@ -10,7 +10,8 @@ PAPER =
SOURCES =
SHELL = /bin/bash
ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees -D latex_paper_size=$(PAPER) \
ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees \
-D latex_elements.papersize=$(PAPER) \
$(SPHINXOPTS) . build/$(BUILDER) $(SOURCES)
.PHONY: help update build html htmlhelp clean