Skip to content
Merged
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
14 changes: 7 additions & 7 deletions requirements-noplot.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# requirements file for building without gallery
# use `make html-noplot`

sphinx==1.8.2
sphinx-gallery==0.3.1
sphinx-copybutton
sphinx-sitemap
sphinxext-opengraph
sphinxcontrib.katex
sphinx==4.5.0
docutils==0.16
sphinx-gallery==0.3.1
sphinx-copybutton==0.5.0
sphinx-sitemap==2.2.0
sphinxext-opengraph==0.6.3
sphinxcontrib-katex==0.8.6
jinja2==3.0.3

torch
Expand All @@ -18,4 +18,4 @@ torchdata
#functorch

# PyTorch Theme
-e git+https://github.com/PyTorchKorea/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
pytorch-sphinx-theme @ https://github.com/PyTorchKorea/pytorch_sphinx_theme/archive/master.zip
18 changes: 11 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# requirements file for building whole tutorials
# use `make docs`

# Refer to ./jenkins/build.sh for tutorial build instructions

sphinx==1.8.2
sphinx-gallery==0.3.1
sphinx==4.5.0
docutils==0.16
sphinx-copybutton
sphinx-sitemap
sphinxext-opengraph
sphinx-gallery==0.3.1
sphinx-copybutton==0.5.0
sphinx-sitemap==2.2.0
sphinxext-opengraph==0.6.3
sphinxcontrib-katex==0.8.6

tqdm
numpy
matplotlib
Expand All @@ -25,11 +30,10 @@ tensorboard
jinja2==3.0.3

# PyTorch Theme
-e git+https://github.com/PyTorchKorea/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
pytorch-sphinx-theme @ https://github.com/PyTorchKorea/pytorch_sphinx_theme/archive/master.zip

ipython

sphinxcontrib.katex
# to run examples
boto3
pandas
Expand Down