Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci/docker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pandocfilters==1.5.1
markdown==3.8.2

# PyTorch Theme
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git@c2e38b37f3c432c610639f06d1d421c6df4c225c#egg=pytorch_sphinx_theme2
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git@71e55749be14ceb56e7f8211a9fb649866b87ad4#egg=pytorch_sphinx_theme2

# Tutorial dependencies
tqdm==4.66.1
Expand Down
1 change: 0 additions & 1 deletion .jenkins/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ if [[ "${JOB_TYPE}" == "worker" ]]; then
export FILES_TO_RUN

# Step 3: Run `make docs` to generate HTML files and static files for these tutorialis
pip3 install -e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
make docs

# Step 3.1: Run the post-processing script:
Expand Down
Loading