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 3285269 commit 7f56233Copy full SHA for 7f56233
.jenkins/build.sh
@@ -121,6 +121,7 @@ if [[ "${JOB_TYPE}" == "worker" ]]; then
121
7z a worker_${WORKER_ID}.7z docs
122
awsv2 s3 cp worker_${WORKER_ID}.7z s3://${BUCKET_NAME}/${COMMIT_ID}/worker_${WORKER_ID}.7z
123
elif [[ "${JOB_TYPE}" == "manager" ]]; then
124
+ export RUNTHIS=""
125
# Step 1: Generate no-plot HTML pages for all tutorials
126
pip3 install -e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
127
make html-noplot
0 commit comments