From 3b58caafdc35356822ac2d18dcef7652d7109ddd Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Tue, 16 Sep 2025 15:55:45 -0700 Subject: [PATCH] Update pytorch_sphinx_theme2 Updated the PyTorch Sphinx theme version in requirements. --- .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 b246193ff0..49a6dc1a67 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@3066b6f62b0da01c52570c928281bca68287933d#egg=pytorch_sphinx_theme2 +-e git+https://github.com/pytorch/pytorch_sphinx_theme.git@f576ce406429f8ce11475ec096dda346df5b3b71#egg=pytorch_sphinx_theme2 # Tutorial dependencies tqdm==4.66.1