File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# requirements file for building without gallery
22# use `make html-noplot`
33
4- sphinx==1.8.2
5- sphinx-gallery==0.3.1
6- sphinx-copybutton
7- sphinx-sitemap
8- sphinxext-opengraph
9- sphinxcontrib.katex
4+ sphinx==4.5.0
105docutils==0.16
6+ sphinx-gallery==0.3.1
7+ sphinx-copybutton==0.5.0
8+ sphinx-sitemap==2.2.0
9+ sphinxext-opengraph==0.6.3
10+ sphinxcontrib-katex==0.8.6
1111jinja2==3.0.3
1212
1313torch
@@ -18,4 +18,4 @@ torchdata
1818#functorch
1919
2020# PyTorch Theme
21- -e git+ https://github.com/PyTorchKorea/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
21+ pytorch-sphinx-theme @ https://github.com/PyTorchKorea/pytorch_sphinx_theme/archive/master.zip
Original file line number Diff line number Diff line change 1+ # requirements file for building whole tutorials
2+ # use `make docs`
3+
14# Refer to ./jenkins/build.sh for tutorial build instructions
25
3- sphinx == 1.8.2
4- sphinx-gallery == 0.3.1
6+ sphinx == 4.5.0
57docutils == 0.16
6- sphinx-copybutton
7- sphinx-sitemap
8- sphinxext-opengraph
8+ sphinx-gallery == 0.3.1
9+ sphinx-copybutton == 0.5.0
10+ sphinx-sitemap == 2.2.0
11+ sphinxext-opengraph == 0.6.3
12+ sphinxcontrib-katex == 0.8.6
13+
914tqdm
1015numpy
1116matplotlib
@@ -25,11 +30,10 @@ tensorboard
2530jinja2 == 3.0.3
2631
2732# PyTorch Theme
28- -e git+ https://github.com/PyTorchKorea/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
33+ pytorch-sphinx-theme @ https://github.com/PyTorchKorea/pytorch_sphinx_theme/archive/master.zip
2934
3035ipython
3136
32- sphinxcontrib.katex
3337# to run examples
3438boto3
3539pandas
You can’t perform that action at this time.
0 commit comments