8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b7d8ac commit 2db96aeCopy full SHA for 2db96ae
.azure-pipelines/docs-steps.yml
@@ -12,7 +12,7 @@ steps:
12
inputs:
13
versionSpec: '>=3.6'
14
15
-- script: python -m pip install sphinx~=1.6.1 blurb python-docs-theme
+- script: python -m pip install sphinx==1.8.2 blurb python-docs-theme
16
displayName: 'Install build dependencies'
17
18
- ${{ if ne(parameters.latex, 'true') }}:
.travis.yml
@@ -53,7 +53,7 @@ matrix:
53
- cd Doc
54
# Sphinx is pinned so that new versions that introduce new warnings won't suddenly cause build failures.
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
+ - python -m pip install sphinx==1.8.2 blurb
57
script:
58
- make check suspicious html SPHINXOPTS="-q -W -j4"
59
- os: linux
0 commit comments