Skip to content

Commit 194ac9d

Browse files
committed
Migrate to new theme
1 parent 6d169f6 commit 194ac9d

23 files changed

+956
-13979
lines changed

.ci/docker/requirements.txt

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
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.
22
# Refer to ./jenkins/build.sh for tutorial build instructions
33

4-
sphinx==5.3.0
4+
# Sphinx dependencies
5+
sphinx==7.2.6
56
sphinx-gallery==0.17.1
67
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
8+
sphinx_design==0.6.1
9+
docutils>=0.18.1,<0.21
10+
sphinx-copybutton==0.5.2
11+
sphinx_sitemap==2.7.1
12+
sphinxcontrib-mermaid==1.0.0
13+
sphinxcontrib.katex==0.9.10
14+
pypandoc==1.15
15+
pandocfilters==1.5.1
16+
markdown==3.8.2
17+
18+
# PyTorch Theme
19+
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git@pytorch_sphinx_theme2#egg=pytorch_sphinx_theme2
20+
21+
# Tutorial dependencies
1422
tqdm==4.66.1
1523
numpy==1.24.4
1624
matplotlib

_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)