diff options
author | Christopher Whelan <topherwhelan@gmail.com> | 2019-08-25 00:47:45 -0700 |
---|---|---|
committer | Christopher Whelan <topherwhelan@gmail.com> | 2019-09-14 11:51:47 -0700 |
commit | 5d5ce4ccb89f0b301dda1cb82f7d9bb59f46bf0c (patch) | |
tree | a1f6cbacb95ae3f6c73e1171e8910099566f9a69 /azure-pipelines.yml | |
parent | 31ffdecf07d18ed4dbb66b171cb0f998d4b190fa (diff) | |
download | numpy-5d5ce4ccb89f0b301dda1cb82f7d9bb59f46bf0c.tar.gz |
DOC: support and require sphinx>=2.1.2
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ef0a122ba..10c6fd277 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.1.2 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' |