File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,8 @@ if [[ "${JOB_TYPE}" == "worker" ]]; then
56
56
# Files to run must be accessible to subprocessed (at least to `download_data.py`)
57
57
export FILES_TO_RUN
58
58
59
- # Step 3: Run `make docs` to generate HTML files and static files for these tutorials
59
+ # Step 3: Run `make docs` to generate HTML files and static files for these tutorialis
60
+ pip3 install -e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
60
61
make docs
61
62
62
63
# Step 3.1: Run the post-processing script:
@@ -118,6 +119,7 @@ if [[ "${JOB_TYPE}" == "worker" ]]; then
118
119
awsv2 s3 cp worker_${WORKER_ID} .7z s3://${BUCKET_NAME} /${COMMIT_ID} /worker_${WORKER_ID} .7z
119
120
elif [[ " ${JOB_TYPE} " == " manager" ]]; then
120
121
# Step 1: Generate no-plot HTML pages for all tutorials
122
+ pip3 install -e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
121
123
make html-noplot
122
124
cp -r _build/html docs
123
125
You can’t perform that action at this time.
0 commit comments