From 4f78a716a949667ed9e4afbc8fe6bea5e958e6f7 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Thu, 18 Sep 2025 09:14:41 -0700 Subject: [PATCH] Update 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 964f9aad4a..1ce0cca238 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@d53b0ffb9b1cda68260693ea98f3483823c88d8e#egg=pytorch_sphinx_theme2 # Tutorial dependencies tqdm==4.66.1