From 00ba13bfe5cceefc621e84e45101725aa3f41e50 Mon Sep 17 00:00:00 2001 From: Junghwan Park Date: Thu, 30 Jun 2022 19:53:44 +0900 Subject: [PATCH] =?UTF-8?q?Sphinx=20=EB=B2=84=EC=A0=84=20=EC=97=85?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=8A=B8=20(#478)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements-noplot.txt | 13 +++++++------ requirements.txt | 18 +++++++++++------- 2 files changed, 18 insertions(+), 13 deletions(-) diff --git a/requirements-noplot.txt b/requirements-noplot.txt index e5fa93fea..44540fc8f 100644 --- a/requirements-noplot.txt +++ b/requirements-noplot.txt @@ -1,12 +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 -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 @@ -17,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 diff --git a/requirements.txt b/requirements.txt index 3bbc8c1da..8c3e0b482 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -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