File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ accelerate>=0.20.1
44
44
importlib-metadata == 6.8.0
45
45
46
46
# PyTorch Theme
47
- git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
47
+ -e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
48
48
49
49
ipython
50
50
Original file line number Diff line number Diff line change 17
17
ray [tune ]
18
18
19
19
# PyTorch Theme
20
- git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
20
+ -e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
21
21
22
22
ipython
23
23
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ if [[ "${JOB_TYPE}" == "worker" ]]; then
56
56
export FILES_TO_RUN
57
57
58
58
# Step 3: Run `make docs` to generate HTML files and static files for these tutorialis
59
- pip3 install git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
59
+ pip3 -e install git+https://github.com/pytorch/pytorch_sphinx_theme.git@csl/pyprojecttoml #egg=pytorch_sphinx_theme
60
60
make docs
61
61
62
62
# Step 3.1: Run the post-processing script:
@@ -118,7 +118,7 @@ if [[ "${JOB_TYPE}" == "worker" ]]; then
118
118
awsv2 s3 cp worker_${WORKER_ID} .7z s3://${BUCKET_NAME} /${COMMIT_ID} /worker_${WORKER_ID} .7z
119
119
elif [[ " ${JOB_TYPE} " == " manager" ]]; then
120
120
# Step 1: Generate no-plot HTML pages for all tutorials
121
- pip3 install git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
121
+ pip3 install -e git+https://github.com/pytorch/pytorch_sphinx_theme.git@csl/pyprojecttoml #egg=pytorch_sphinx_theme
122
122
make html-noplot
123
123
cp -r _build/html docs
124
124
You can’t perform that action at this time.
0 commit comments