Skip to content

Commit

Permalink
CI: Unpin sphinx; Fix scipy#16074
Browse files Browse the repository at this point in the history
  • Loading branch information
AnirudhDagar committed Apr 29, 2022
1 parent e52b238 commit 22dc4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/azure-travis-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ steps:
- script: pip install pytest-cov coverage codecov
displayName: 'Install coverage dependencies'
- ${{ if eq(parameters.refguide_check, true) }}:
- script: pip install matplotlib sphinx==3.1 numpydoc
- script: pip install matplotlib sphinx numpydoc
displayName: 'Install documentation dependencies'
- script: sudo apt-get install -y wamerican-small
displayName: 'Install word list (for csgraph tutorial)'
Expand Down

0 comments on commit 22dc4a8

Please sign in to comment.