File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ pandocfilters==1.5.1
1616markdown == 3.8.2
1717
1818# PyTorch Theme
19- pytorch_sphinx_theme2 == 0.2 .0
19+ pytorch_sphinx_theme2 == 0.3 .0
2020
2121# Tutorial dependencies
2222tqdm == 4.66.1
Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ if [[ "${JOB_TYPE}" == "worker" ]]; then
6868 export FILES_TO_RUN
6969
7070 # Step 3: Run `make docs` to generate HTML files and static files for these tutorialis
71- pip3 install -e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
7271 make docs
7372
7473 # Step 3.1: Run the post-processing script:
@@ -132,7 +131,6 @@ if [[ "${JOB_TYPE}" == "worker" ]]; then
132131 fi
133132elif [[ " ${JOB_TYPE} " == " manager" ]]; then
134133 # Step 1: Generate no-plot HTML pages for all tutorials
135- pip3 install -e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
136134 make html-noplot
137135 cp -r _build/html docs
138136
You can’t perform that action at this time.
0 commit comments