mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Reference pages: - Landing page: https://docs-preview.pytorch.org/88371/onnx_diagnostics.html - Individual rule: https://docs-preview.pytorch.org/88371/generated/onnx_diagnostics_rules/POE0004%3Aoperator-supported-in-newer-opset-version.html An initial PR to setup the document generation for ONNX diagnostics. * Add document page for ONNX diagnostics. * Add document generation for diagnostics rules from `rules.yaml`. * Add dependency on `myst-parser` for markdown to rst parsing. More content to be added. Pull Request resolved: https://github.com/pytorch/pytorch/pull/88371 Approved by: https://github.com/abock, https://github.com/justinchuby, https://github.com/malfet, https://github.com/kit1980
14 lines
554 B
Plaintext
14 lines
554 B
Plaintext
sphinx==5.0.0
|
|
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
|
|
# TODO: sphinxcontrib.katex 0.9.0 adds a local KaTeX server to speed up pre-rendering
|
|
# but it doesn't seem to work and hangs around idly. The initial thought is probably
|
|
# something related to Docker setup. We can investigate this later
|
|
sphinxcontrib.katex==0.8.6
|
|
matplotlib==3.5.3
|
|
tensorboard==2.10.0
|
|
# required to build torch.distributed.elastic.rendezvous.etcd* docs
|
|
python-etcd==0.4.5
|
|
sphinx-copybutton==0.5.0
|
|
sphinx-panels==0.4.1
|
|
myst-parser==0.18.1
|