Skip to content

Commit 054cfb2

Browse files
committed
tc
1 parent 40486b8 commit 054cfb2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.ci/docker/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ accelerate>=0.20.1
4444
importlib-metadata==6.8.0
4545

4646
# 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
4848

4949
ipython
5050

.devcontainer/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spacy
1717
ray[tune]
1818

1919
# 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
2121

2222
ipython
2323

.jenkins/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if [[ "${JOB_TYPE}" == "worker" ]]; then
5656
export FILES_TO_RUN
5757

5858
# 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
6060
make docs
6161

6262
# Step 3.1: Run the post-processing script:
@@ -118,7 +118,7 @@ if [[ "${JOB_TYPE}" == "worker" ]]; then
118118
awsv2 s3 cp worker_${WORKER_ID}.7z s3://${BUCKET_NAME}/${COMMIT_ID}/worker_${WORKER_ID}.7z
119119
elif [[ "${JOB_TYPE}" == "manager" ]]; then
120120
# 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
122122
make html-noplot
123123
cp -r _build/html docs
124124

0 commit comments

Comments
 (0)