summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2019-09-25 20:51:03 +0200
committerGitHub <noreply@github.com>2019-09-25 20:51:03 +0200
commit663b161074580a340201da1765e3618c086ff8dc (patch)
treec372b2e73844f7c9239f4660d9eb49808cf11238 /azure-pipelines.yml
parent07a5753a29403fe6162e6bd8e64a2a714796e0b0 (diff)
parentdedc4178fc334329de9872ab42df870d2ac7a270 (diff)
downloadnumpy-663b161074580a340201da1765e3618c086ff8dc.tar.gz
Merge pull request #14356 from qwhelan/sphinx
DOC: support and require sphinx>=2.2
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index a36f65faa..0e97d42d6 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -88,7 +88,7 @@ jobs:
displayName: 'Install tools'
- script: |
python -m pip install -r test_requirements.txt
- python -m pip install vulture docutils sphinx==1.8.5 numpydoc
+ python -m pip install vulture docutils sphinx==2.2.0 numpydoc
displayName: 'Install dependencies; some are optional to avoid test skips'
- script: /bin/bash -c "! vulture . --min-confidence 100 --exclude doc/,numpy/distutils/ | grep 'unreachable'"
displayName: 'Check for unreachable code paths in Python modules'