File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,7 +56,8 @@ if [[ "${JOB_TYPE}" == "worker" ]]; then
5656 # Files to run must be accessible to subprocessed (at least to `download_data.py`)
5757 export FILES_TO_RUN
5858
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
6061 make docs
6162
6263 # Step 3.1: Run the post-processing script:
@@ -118,6 +119,7 @@ if [[ "${JOB_TYPE}" == "worker" ]]; then
118119 awsv2 s3 cp worker_${WORKER_ID} .7z s3://${BUCKET_NAME} /${COMMIT_ID} /worker_${WORKER_ID} .7z
119120elif [[ " ${JOB_TYPE} " == " manager" ]]; then
120121 # 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
121123 make html-noplot
122124 cp -r _build/html docs
123125
You can’t perform that action at this time.
0 commit comments