Skip to content

Commit 84fc54b

Browse files
authored
Merge branch 'main' into update_customer_ops_sycl_win/zzq
2 parents 0964e4c + 63e3575 commit 84fc54b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.ci/docker/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pandocfilters==1.5.1
1616
markdown==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
2222
tqdm==4.66.1

.jenkins/build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
133132
elif [[ "${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

0 commit comments

Comments
 (0)