Skip to content

Commit 63a17a1

Browse files
authored
Sphinx 버전 업데이트 (#478) (#480)
1 parent bfddf43 commit 63a17a1

2 files changed

Lines changed: 18 additions & 14 deletions

File tree

requirements-noplot.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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
105
docutils==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
1111
jinja2==3.0.3
1212

1313
torch
@@ -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

requirements.txt

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
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
57
docutils==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+
914
tqdm
1015
numpy
1116
matplotlib
@@ -25,11 +30,10 @@ tensorboard
2530
jinja2==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

3035
ipython
3136

32-
sphinxcontrib.katex
3337
# to run examples
3438
boto3
3539
pandas

0 commit comments

Comments
 (0)