mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Fix python AP docs generation (#15760)
Docs are failing on the operator generation step. Remove this temporarily so that we can publish.
This commit is contained in:
parent
5352f6d9b0
commit
9219615471
4 changed files with 2 additions and 6 deletions
|
|
@ -882,7 +882,7 @@ def _generate_op_doc(app):
|
|||
def setup(app):
|
||||
"""
|
||||
Sphinx extension `onnx_sphinx` displays documentation
|
||||
on ONN Operators.
|
||||
of all ONNX Operators.
|
||||
"""
|
||||
import sphinx
|
||||
|
||||
|
|
|
|||
|
|
@ -38,9 +38,6 @@ extensions = [
|
|||
"sphinx.ext.graphviz",
|
||||
"pyquickhelper.sphinxext.sphinx_runpython_extension",
|
||||
"sphinxcontrib.googleanalytics",
|
||||
"sphinx_exec_code",
|
||||
"sphinx_tabs.tabs",
|
||||
"onnx_sphinx",
|
||||
]
|
||||
|
||||
templates_path = ["_templates"]
|
||||
|
|
|
|||
|
|
@ -11,5 +11,3 @@ or the `Github project <https://github.com/microsoft/onnxruntime/>`_.
|
|||
|
||||
tutorial
|
||||
api_summary
|
||||
auto_examples/index
|
||||
operators/index
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ sphinx-gallery
|
|||
sphinxcontrib.imagesvg
|
||||
sphinxcontrib.googleanalytics
|
||||
sphinx_rtd_theme
|
||||
furo
|
||||
pyquickhelper
|
||||
pandas
|
||||
pydot
|
||||
|
|
|
|||
Loading…
Reference in a new issue