From 91dd3be3ee7f1153bafdc9395344a4a85ead0044 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Wed, 4 Feb 2026 15:03:16 -0800 Subject: [PATCH 1/4] Test theme updates --- .ci/docker/requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.ci/docker/requirements.txt b/.ci/docker/requirements.txt index 851a2615ce..98852c6bcd 100644 --- a/.ci/docker/requirements.txt +++ b/.ci/docker/requirements.txt @@ -16,7 +16,10 @@ pandocfilters==1.5.1 markdown==3.8.2 # PyTorch Theme -pytorch_sphinx_theme2==0.3.0 +# pytorch_sphinx_theme2==0.3.0 +# test theme updates + +git+https://github.com/pytorch/pytorch_sphinx_theme.git@add-dropdown-support # Tutorial dependencies tqdm==4.66.1 From 089e726f55a1d39fb3d57b44445e1446ee4a00ee Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Wed, 4 Feb 2026 15:19:09 -0800 Subject: [PATCH 2/4] Update requirements.txt --- .ci/docker/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/.ci/docker/requirements.txt b/.ci/docker/requirements.txt index 98852c6bcd..de9633df89 100644 --- a/.ci/docker/requirements.txt +++ b/.ci/docker/requirements.txt @@ -18,7 +18,6 @@ markdown==3.8.2 # PyTorch Theme # pytorch_sphinx_theme2==0.3.0 # test theme updates - git+https://github.com/pytorch/pytorch_sphinx_theme.git@add-dropdown-support # Tutorial dependencies From 4391f77eae0d1d6b629e22008117bba4435c6bef Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Thu, 5 Feb 2026 12:41:44 -0800 Subject: [PATCH 3/4] Update requirements.txt --- .ci/docker/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/docker/requirements.txt b/.ci/docker/requirements.txt index de9633df89..98852c6bcd 100644 --- a/.ci/docker/requirements.txt +++ b/.ci/docker/requirements.txt @@ -18,6 +18,7 @@ markdown==3.8.2 # PyTorch Theme # pytorch_sphinx_theme2==0.3.0 # test theme updates + git+https://github.com/pytorch/pytorch_sphinx_theme.git@add-dropdown-support # Tutorial dependencies From 2cf0a9d166ff9408ed35b53ab85d10992d94017a Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Fri, 6 Feb 2026 11:07:18 -0800 Subject: [PATCH 4/4] Update requirements.txt --- .ci/docker/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/.ci/docker/requirements.txt b/.ci/docker/requirements.txt index 98852c6bcd..de9633df89 100644 --- a/.ci/docker/requirements.txt +++ b/.ci/docker/requirements.txt @@ -18,7 +18,6 @@ markdown==3.8.2 # PyTorch Theme # pytorch_sphinx_theme2==0.3.0 # test theme updates - git+https://github.com/pytorch/pytorch_sphinx_theme.git@add-dropdown-support # Tutorial dependencies