mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Pin sphinx to avoid broken link (#14383)
This commit is contained in:
parent
cf3661ff6d
commit
e57c312f9d
3 changed files with 3 additions and 3 deletions
|
|
@ -210,7 +210,7 @@ API Details
|
|||
|
||||
|
||||
InferenceSession
|
||||
----------
|
||||
----------------
|
||||
|
||||
.. autoclass:: onnxruntime.InferenceSession
|
||||
:members:
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ import onnxruntime
|
|||
# -- Project information -----------------------------------------------------
|
||||
|
||||
project = "ONNX Runtime"
|
||||
copyright = "2018-2021, Microsoft"
|
||||
copyright = "2018-2023, Microsoft"
|
||||
author = "Microsoft"
|
||||
version = onnxruntime.__version__
|
||||
release = version
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ autopep8
|
|||
matplotlib
|
||||
scikit-learn
|
||||
skl2onnx
|
||||
sphinx
|
||||
sphinx==5.3.0
|
||||
sphinx-gallery
|
||||
sphinxcontrib.imagesvg
|
||||
sphinxcontrib.googleanalytics
|
||||
|
|
|
|||
Loading…
Reference in a new issue