Skip to content

Commit ae4074d

Browse files
committed
Remove RTD theme and replace with pytorch_sphinx_theme
1 parent be5b9ce commit ae4074d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export PATH=/opt/conda/bin:$PATH
2121
# pillow >= 4.2 will throw error when trying to write mode RGBA as JPEG,
2222
# this is a workaround to the issue.
2323
conda install -y sphinx pandas pillow=4.1.1
24-
pip install sphinx-gallery sphinx_rtd_theme tqdm matplotlib ipython
24+
pip install sphinx-gallery pytorch_sphinx_theme tqdm matplotlib ipython
2525

2626
git clone https://github.com/pytorch/vision --quiet
2727
pushd vision

0 commit comments

Comments
 (0)