diff options
author | mattip <matti.picus@gmail.com> | 2019-09-15 15:45:01 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-09-15 15:45:01 +0300 |
commit | dedc4178fc334329de9872ab42df870d2ac7a270 (patch) | |
tree | d5036792c1d7c4083bcd51f512a7e8e8bac604e6 /azure-pipelines.yml | |
parent | 5d5ce4ccb89f0b301dda1cb82f7d9bb59f46bf0c (diff) | |
download | numpy-dedc4178fc334329de9872ab42df870d2ac7a270.tar.gz |
DOC, BUILD: use sphinx 2.2.0, add autosummary/base.rst for properties
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 10c6fd277..52b4818d6 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==2.1.2 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' |