File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
inputs :
13
13
versionSpec : ' >=3.6'
14
14
15
- - script : python -m pip install sphinx~=1.6.1 blurb python-docs-theme
15
+ - script : python -m pip install sphinx==1.8.2 blurb python-docs-theme
16
16
displayName : ' Install build dependencies'
17
17
18
18
- ${{ if ne(parameters.latex, 'true') }} :
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ matrix:
53
53
- cd Doc
54
54
# Sphinx is pinned so that new versions that introduce new warnings won't suddenly cause build failures.
55
55
# (Updating the version is fine as long as no warnings are raised by doing so.)
56
- - python -m pip install sphinx~=1.6.1 blurb
56
+ - python -m pip install sphinx==1.8.2 blurb
57
57
script :
58
58
- make check suspicious html SPHINXOPTS="-q -W -j4"
59
59
- os : linux
You can’t perform that action at this time.
0 commit comments