Skip to content

Commit e5c3168

Browse files
authored
Merge pull request #11 from chsasank/vision-docs
Torchvision docs build
2 parents 793e591 + e26a1cf commit e5c3168

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

jenkins/pytorch/build_nimbix.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,9 @@ if [ "$OS" == "LINUX" ]; then
254254
pip install --upgrade pip
255255
pip install --upgrade setuptools
256256
pushd docs
257+
# cp torchvision docs
258+
rm -rf source/torchvision
259+
cp -r ../vision/docs/source source/torchvision
257260
# Make sure it is uninstalled!
258261
pip uninstall -y sphinx_rtd_theme || true
259262
pip uninstall -y sphinx_rtd_theme || true

0 commit comments

Comments
 (0)