Skip to content

Commit 2aea713

Browse files
authored
Migrate to new theme (#3451)
* Migrate to new theme
1 parent 03d6165 commit 2aea713

24 files changed

+1110
-14260
lines changed

.ci/docker/requirements.txt

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
# --extra-index-url https://download.pytorch.org/whl/cu117/index.html # Use this to run/publish tutorials against the latest binaries during the RC stage. Comment out after the release. Each release verify the correct cuda version.
2-
# Refer to ./jenkins/build.sh for tutorial build instructions
2+
# Refer to ./jenkins/build.sh for tutorial build instructions.
33

4-
sphinx==5.3.0
5-
sphinx-gallery==0.17.1
4+
5+
# Sphinx dependencies
6+
sphinx==7.2.6
7+
sphinx-gallery==0.19.0
68
sphinx-reredirects==0.1.4
7-
sphinx-design==0.4.0
8-
docutils==0.16
9-
sphinx-copybutton
10-
sphinx_sitemap==2.6.0
11-
pypandoc==1.12
12-
pandocfilters
13-
markdown
9+
sphinx_design==0.6.1
10+
docutils>=0.18.1,<0.21
11+
sphinx-copybutton==0.5.2
12+
sphinx_sitemap==2.7.1
13+
sphinxcontrib-mermaid==1.0.0
14+
sphinxcontrib.katex==0.9.10
15+
pypandoc==1.15
16+
pandocfilters==1.5.1
17+
markdown==3.8.2
18+
19+
# PyTorch Theme
20+
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git@pytorch_sphinx_theme2#egg=pytorch_sphinx_theme2
21+
22+
# Tutorial dependencies
1423
tqdm==4.66.1
1524
numpy==1.24.4
1625
matplotlib
@@ -42,6 +51,7 @@ onnxruntime
4251
evaluate
4352
accelerate>=0.20.1
4453

54+
4555
importlib-metadata==6.8.0
4656

4757
# PyTorch Theme

_static/doctools.js

Lines changed: 0 additions & 264 deletions
This file was deleted.

_static/documentation_options.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)