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:
Nat Kershaw (MSFT) 2023-05-01 18:31:59 -07:00 committed by GitHub
parent 5352f6d9b0
commit 9219615471
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 6 deletions

View file

@ -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

View file

@ -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"]

View file

@ -11,5 +11,3 @@ or the `Github project <https://github.com/microsoft/onnxruntime/>`_.
tutorial
api_summary
auto_examples/index
operators/index

View file

@ -7,6 +7,7 @@ sphinx-gallery
sphinxcontrib.imagesvg
sphinxcontrib.googleanalytics
sphinx_rtd_theme
furo
pyquickhelper
pandas
pydot