From 3bd77842a4cc93345b160e12b4a42d5da3d6411d Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Fri, 16 Jan 2026 10:49:37 -0800 Subject: [PATCH 1/3] Update pytorch_sphinx_theme2 to version 0.3.0 --- .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 9053cefc1f..601b64149b 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 -pytorch_sphinx_theme2==0.2.0 +pytorch_sphinx_theme2==0.3.0 # Tutorial dependencies tqdm==4.66.1 From 8fae508738df3df266121721076a341f9f063110 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Fri, 16 Jan 2026 10:52:49 -0800 Subject: [PATCH 2/3] Update --- .jenkins/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.jenkins/build.sh b/.jenkins/build.sh index 2a300277e5..ab1005681d 100755 --- a/.jenkins/build.sh +++ b/.jenkins/build.sh @@ -68,7 +68,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: From 1dca377a2a48859b2e661247097bbdcc638cd461 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Fri, 16 Jan 2026 12:33:43 -0800 Subject: [PATCH 3/3] Update build.sh --- .jenkins/build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.jenkins/build.sh b/.jenkins/build.sh index ab1005681d..7d05657f74 100755 --- a/.jenkins/build.sh +++ b/.jenkins/build.sh @@ -131,7 +131,6 @@ if [[ "${JOB_TYPE}" == "worker" ]]; then fi elif [[ "${JOB_TYPE}" == "manager" ]]; then # Step 1: Generate no-plot HTML pages for all tutorials - pip3 install -e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme make html-noplot cp -r _build/html docs