From 6555dd7ac80baf76c94fd019b2a4c82a8a22f9bb Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Wed, 24 Sep 2025 11:53:20 -0700 Subject: [PATCH 1/2] Update PyTorch Sphinx theme to a newer commit --- .ci/docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/docker/requirements.txt b/.ci/docker/requirements.txt index 964f9aad4ab..9982060be3e 100644 --- a/.ci/docker/requirements.txt +++ b/.ci/docker/requirements.txt @@ -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 From 25b24d08f2156baf66e63d71cd47146b8a51da5f Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Wed, 24 Sep 2025 13:29:16 -0700 Subject: [PATCH 2/2] Update --- .jenkins/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.jenkins/build.sh b/.jenkins/build.sh index 0187f6ba84c..71e90d4a73d 100755 --- a/.jenkins/build.sh +++ b/.jenkins/build.sh @@ -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: