diff options
author | Xtreak <tirkarthi@users.noreply.github.com> | 2018-10-21 20:24:52 +0530 |
---|---|---|
committer | Julien Palard <julien@palard.fr> | 2018-10-21 16:54:52 +0200 |
commit | 121eb1694cab14df857ba6abe9839654cada15cf (patch) | |
tree | 891eff262bb477f22b63106f1db425abf1fd4805 /Doc/Makefile | |
parent | bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024) (diff) | |
download | cpython-121eb1694cab14df857ba6abe9839654cada15cf.tar.gz cpython-121eb1694cab14df857ba6abe9839654cada15cf.tar.bz2 cpython-121eb1694cab14df857ba6abe9839654cada15cf.zip |
bpo-34081: Fix wrong example link that was linking to distutils (GH-8248)
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 042f960b93e..50beac58ec3 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -12,7 +12,7 @@ PAPER = SOURCES = DISTVERSION = $(shell $(PYTHON) tools/extensions/patchlevel.py) -ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees -D latex_elements.papersize=$(PAPER) \ +ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees -W -D latex_elements.papersize=$(PAPER) \ $(SPHINXOPTS) . build/$(BUILDER) $(SOURCES) .PHONY: help build html htmlhelp latex text changes linkcheck \ |