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 @@ -43,7 +43,7 @@ matrix:
43
43
- cd Doc
44
44
# Sphinx is pinned so that new versions that introduce new warnings won't suddenly cause build failures.
45
45
# (Updating the version is fine as long as no warnings are raised by doing so.)
46
- - python -m pip install sphinx~=1.6.1 blurb
46
+ - python -m pip install sphinx==1.8.2 blurb
47
47
script :
48
48
- make check suspicious html SPHINXOPTS="-q -W -j4"
49
49
- os : linux
You can’t perform that action at this time.
0 commit comments