Skip to content

Migrate to new theme #3451

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 17 additions & 9 deletions .ci/docker/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
# --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.
# Refer to ./jenkins/build.sh for tutorial build instructions
# Refer to ./jenkins/build.sh for tutorial build instructions.

sphinx==5.3.0
# Sphinx dependencies
sphinx==7.2.6
sphinx-gallery==0.17.1
sphinx-reredirects==0.1.4
sphinx-design==0.4.0
docutils==0.16
sphinx-copybutton
sphinx_sitemap==2.6.0
pypandoc==1.12
pandocfilters
markdown
sphinx_design==0.6.1
docutils>=0.18.1,<0.21
sphinx-copybutton==0.5.2
sphinx_sitemap==2.7.1
sphinxcontrib-mermaid==1.0.0
sphinxcontrib.katex==0.9.10
pypandoc==1.15
pandocfilters==1.5.1
markdown==3.8.2

# PyTorch Theme
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git@pytorch_sphinx_theme2#egg=pytorch_sphinx_theme2

# Tutorial dependencies
tqdm==4.66.1
numpy==1.24.4
matplotlib
Expand Down
264 changes: 0 additions & 264 deletions _static/doctools.js

This file was deleted.

9 changes: 0 additions & 9 deletions _static/documentation_options.js

This file was deleted.

Loading