Skip to content

Commit 121eb16

Browse files
tirkarthiJulienPalard
authored andcommitted
bpo-34081: Fix wrong example link that was linking to distutils (GH-8248)
1 parent c3f52a5 commit 121eb16

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.azure-pipelines/docs-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212
inputs:
1313
versionSpec: '>=3.6'
1414

15-
- script: python -m pip install sphinx~=1.6.1 blurb python-docs-theme
15+
- script: python -m pip install sphinx==1.8.1 blurb python-docs-theme
1616
displayName: 'Install build dependencies'
1717

1818
- ${{ if ne(parameters.latex, 'true') }}:

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PAPER =
1212
SOURCES =
1313
DISTVERSION = $(shell $(PYTHON) tools/extensions/patchlevel.py)
1414

15-
ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees -D latex_elements.papersize=$(PAPER) \
15+
ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees -W -D latex_elements.papersize=$(PAPER) \
1616
$(SPHINXOPTS) . build/$(BUILDER) $(SOURCES)
1717

1818
.PHONY: help build html htmlhelp latex text changes linkcheck \
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Make Sphinx warnings as errors in the Docs Makefile.

0 commit comments

Comments
 (0)