File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
15
15
# Install pandoc (does not install from pypi)
16
16
sudo apt-get update
17
17
sudo apt-get install -y pandoc
18
- pip install sphinx-gallery==0.19.0
18
+ pip install sphinx-gallery==0.17.1
19
19
20
20
# NS: Path to python runtime should already be part of docker container
21
21
# export PATH=/opt/conda/bin:$PATH
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ def wrapper(*args, **kwargs):
85
85
raise RuntimeError (f"Error in subprocess: { result } " )
86
86
return wrapper
87
87
88
- # sphinx_gallery.gen_rst.generate_file_rst = call_in_subprocess(sphinx_gallery.gen_rst.generate_file_rst)
88
+ sphinx_gallery .gen_rst .generate_file_rst = call_in_subprocess (sphinx_gallery .gen_rst .generate_file_rst )
89
89
90
90
try :
91
91
import torchvision
You can’t perform that action at this time.
0 commit comments