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.8.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 @@ -54,7 +54,7 @@ matrix:
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
56
# The theme used by the docs is stored separately, so we need to install that as well.
57
- - python -m pip install sphinx==1.8.1 blurb python-docs-theme
57
+ - python -m pip install sphinx==1.8.2 blurb python-docs-theme
58
58
script :
59
59
- make check suspicious html SPHINXOPTS="-q -W -j4"
60
60
- os : osx
You can’t perform that action at this time.
0 commit comments