diff options
author | Xtreak <tirkarthi@users.noreply.github.com> | 2018-10-21 14:54:52 (GMT) |
---|---|---|
committer | Julien Palard <julien@palard.fr> | 2018-10-21 14:54:52 (GMT) |
commit | 121eb1694cab14df857ba6abe9839654cada15cf (patch) | |
tree | 891eff262bb477f22b63106f1db425abf1fd4805 /Doc/Makefile | |
parent | c3f52a59ce8406d9e59253ad4621e4749abdaeef (diff) | |
download | cpython-121eb1694cab14df857ba6abe9839654cada15cf.zip cpython-121eb1694cab14df857ba6abe9839654cada15cf.tar.gz cpython-121eb1694cab14df857ba6abe9839654cada15cf.tar.bz2 |
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 042f960..50beac5 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 \ |