File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,5 +100,5 @@ It supports eager mode as well:
100
100
The library is released on
101
101
`pypi/onnx-array-api <https://pypi.org/project/onnx-array-api/ >`_
102
102
and its documentation is published at
103
- `onnx-array-api: (Numpy) Array API for ONNX
103
+ `(Numpy) Array API for ONNX
104
104
<http://www.xavierdupre.fr/app/onnx-array-api/helpsphinx/index.html> `_.
Original file line number Diff line number Diff line change 39
39
- script : |
40
40
python -u setup.py bdist_wheel
41
41
displayName: 'Build Package'
42
- - script : |
43
- python -m sphinx _doc dist/html
44
- displayName: 'Builds Documentation'
42
+ # - script: |
43
+ # python -m sphinx _doc dist/html
44
+ # displayName: 'Builds Documentation'
45
45
- task : PublishPipelineArtifact@0
46
46
inputs :
47
47
artifactName : ' wheel-linux-$(python.version)'
You can’t perform that action at this time.
0 commit comments