File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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') }} :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ PAPER =
1212SOURCES =
1313DISTVERSION = $(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 \
Original file line number Diff line number Diff line change 1+ Make Sphinx warnings as errors in the Docs Makefile.
You can’t perform that action at this time.
0 commit comments