mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Fixes #60979. Also see #61045 and https://github.com/sphinx-doc/sphinx/issues/9395 for discussion. I _believe_ the reason that we were previously pinning to Sphinx 3 was because of issues with pytorch_sphinx_theme and Sphinx 4 support, but these seem to have been resolved now. See https://torchgeo.readthedocs.io/ for an example of docs built with pytorch_sphinx_theme and Sphinx 4. Pull Request resolved: https://github.com/pytorch/pytorch/pull/70309 Approved by: https://github.com/albanD
9 lines
260 B
Text
9 lines
260 B
Text
sphinx==5.0.0
|
|
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
|
|
sphinxcontrib.katex
|
|
matplotlib
|
|
tensorboard
|
|
# required to build torch.distributed.elastic.rendezvous.etcd* docs
|
|
python-etcd>=0.4.5
|
|
sphinx_copybutton
|
|
sphinx-panels
|