xref: /aosp_15_r20/external/pytorch/.ci/docker/requirements-docs.txt (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1sphinx==5.3.0
2#Description: This is used to generate PyTorch docs
3#Pinned versions: 5.3.0
4-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
5
6# TODO: sphinxcontrib.katex 0.9.0 adds a local KaTeX server to speed up pre-rendering
7# but it doesn't seem to work and hangs around idly. The initial thought is probably
8# something related to Docker setup. We can investigate this later
9sphinxcontrib.katex==0.8.6
10#Description: This is used to generate PyTorch docs
11#Pinned versions: 0.8.6
12
13matplotlib==3.5.3
14#Description: This is used to generate PyTorch docs
15#Pinned versions: 3.5.3
16
17tensorboard==2.13.0
18#Description: This is used to generate PyTorch docs
19#Pinned versions: 2.13.0
20
21breathe==4.34.0
22#Description: This is used to generate PyTorch C++ docs
23#Pinned versions: 4.34.0
24
25exhale==0.2.3
26#Description: This is used to generate PyTorch C++ docs
27#Pinned versions: 0.2.3
28
29docutils==0.16
30#Description: This is used to generate PyTorch C++ docs
31#Pinned versions: 0.16
32
33bs4==0.0.1
34#Description: This is used to generate PyTorch C++ docs
35#Pinned versions: 0.0.1
36
37IPython==8.12.0
38#Description: This is used to generate PyTorch functorch docs
39#Pinned versions: 8.12.0
40
41myst-nb==0.17.2
42#Description: This is used to generate PyTorch functorch docs
43#Pinned versions: 0.13.2
44
45# The following are required to build torch.distributed.elastic.rendezvous.etcd* docs
46python-etcd==0.4.5
47sphinx-copybutton==0.5.0
48sphinx-panels==0.4.1
49myst-parser==0.18.1
50