Skip to content

Commit 2a17471

Browse files
committed
tc
1 parent f54f47e commit 2a17471

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.jenkins/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
1515
# Install pandoc (does not install from pypi)
1616
sudo apt-get update
1717
sudo apt-get install -y pandoc
18-
pip install sphinx-gallery==0.19.0
18+
pip install sphinx-gallery==0.17.1
1919

2020
# NS: Path to python runtime should already be part of docker container
2121
# export PATH=/opt/conda/bin:$PATH

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def wrapper(*args, **kwargs):
8585
raise RuntimeError(f"Error in subprocess: {result}")
8686
return wrapper
8787

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)
8989

9090
try:
9191
import torchvision

0 commit comments

Comments
 (0)