We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5b9ce commit ae4074dCopy full SHA for ae4074d
.jenkins/build.sh
@@ -21,7 +21,7 @@ export PATH=/opt/conda/bin:$PATH
21
# pillow >= 4.2 will throw error when trying to write mode RGBA as JPEG,
22
# this is a workaround to the issue.
23
conda install -y sphinx pandas pillow=4.1.1
24
-pip install sphinx-gallery sphinx_rtd_theme tqdm matplotlib ipython
+pip install sphinx-gallery pytorch_sphinx_theme tqdm matplotlib ipython
25
26
git clone https://github.com/pytorch/vision --quiet
27
pushd vision
0 commit comments