Yi Zhang
9f7e19cedd
[Fix] Make python API doc generation in Microsoft-hosted Agent ( #21766 )
...
### Description
<!-- Describe your changes. -->
### Motivation and Context
1. Python API doc needs to be merged from a fork, but 1ES self-hosted
pool is only for one github repo.
2. ubuntu-latest will be install numpy above 2.0 by default, and current
python API doc generation doesn't support it.
So I pin numpy < 2.0.0
---------
2024-08-20 23:32:38 +08:00
Yi Zhang
b92908e197
[Fix] Python API doc generation ( #21717 )
...
### Description
<!-- Describe your changes. -->
### Motivation and Context
Make Python API doc generation workflow work.
### Verification Run
https://github.com/microsoft/onnxruntime/actions/runs/10364762858
2024-08-14 08:48:29 +08:00
Baiju Meswani
2d519d21af
Python documentation for onnxruntime-training ( #15765 )
2023-05-02 16:58:16 -07:00
Nat Kershaw (MSFT)
9219615471
Fix python AP docs generation ( #15760 )
...
Docs are failing on the operator generation step. Remove this
temporarily so that we can publish.
2023-05-01 18:31:59 -07:00
Nat Kershaw (MSFT)
e57c312f9d
Pin sphinx to avoid broken link ( #14383 )
2023-01-21 09:50:56 -08:00
Nat Kershaw (MSFT)
21dd341e52
Add Google Analytics to python apidocs ( #13901 )
2022-12-09 15:44:12 -08:00
Changming Sun
44ec2cf088
Update publish-python-apidocs.yml ( #12433 )
2022-08-03 10:17:00 -07:00
Xavier Dupré
11f0081c1e
Remove tensorflow, tf2onnx from the list of dependencies for the documentation ( #9221 )
...
* Remove tensorflow, tf2onnx from the list of dependencies for the documentation
* improve documentation
* update API
2021-10-14 18:07:35 +02:00
Olivia Jain
c72a8c7ff4
Upgrade tf 2.4.1 to 2.4.2 for component governance ( #8036 )
...
* Upgrade tf 2.4.1 to 2.4.2 for component governance
* Trial run with tf 2.5.0
2021-06-14 09:30:58 -07:00
Thiago Crepaldi
c45ac166d3
Add graphviz into Dockerfile images for Python API documentation ( #7819 )
2021-06-02 16:12:54 -07:00
Thiago Crepaldi
867804bea1
Add auto doc gen for ORTModule API during CI build ( #7046 )
...
In addition to ORTModule auto documentation during packaging, this PR also update golden numbers to fix CI
2021-03-22 10:20:33 -07:00
Xavier Dupré
514444d820
Fix pipeline generating python documentation ( #7027 )
...
Co-authored-by: xavier dupré <xavier.dupre@gmail.com>
2021-03-17 16:57:51 -07:00
Xavier Dupré
615acf156c
remove keras example from python documentation ( #6574 )
2021-02-05 01:10:11 +01:00
Xavier Dupré
481a2cdf61
Add script to preprocess python documentation before publishing ( #6129 )
...
* add script to preprocessing python documentation before publishing
2021-01-07 19:23:59 +01:00