Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
disable documentation on azure pipeline
  • Loading branch information
sdpython committed Sep 12, 2019
1 parent 60e89c5 commit 2039bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Expand Up @@ -41,8 +41,8 @@ jobs:
displayName: 'Runs Unit Tests'
- script: python -u setup.py bdist_wheel
displayName: 'Build Package'
- script: python -u setup.py build_sphinx
displayName: 'Builds Documentation'
# - script: python -u setup.py build_sphinx
# displayName: 'Builds Documentation'
- task: PublishPipelineArtifact@0
inputs:
artifactName: 'wheel-linux-$(python.version)'
Expand Down

0 comments on commit 2039bc4

Please sign in to comment.