From e88cca069171ceb117dd1ceb73e8bf3e54aa83cf Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Tue, 30 Sep 2025 15:35:58 +0000 Subject: [PATCH] Update Sphinx theme (#164147) Fix links in the top nav bar: https://github.com/pytorch/pytorch_sphinx_theme/commit/71e55749be14ceb56e7f8211a9fb649866b87ad4 Pull Request resolved: https://github.com/pytorch/pytorch/pull/164147 Approved by: https://github.com/albanD --- .ci/docker/requirements-docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/docker/requirements-docs.txt b/.ci/docker/requirements-docs.txt index 088d023f4ef9..6e623b4c5694 100644 --- a/.ci/docker/requirements-docs.txt +++ b/.ci/docker/requirements-docs.txt @@ -9,7 +9,7 @@ standard-imghdr==3.13.0; python_version >= "3.13" # 2) The current version of Sphinx (5.3.0) is not compatible with Python 3.13. # Once Sphinx is upgraded to a version compatible with Python 3.13 or later, we can remove this dependency. --e git+https://github.com/pytorch/pytorch_sphinx_theme.git@d53b0ffb9b1cda68260693ea98f3483823c88d8e#egg=pytorch_sphinx_theme2 +-e git+https://github.com/pytorch/pytorch_sphinx_theme.git@71e55749be14ceb56e7f8211a9fb649866b87ad4#egg=pytorch_sphinx_theme2 # TODO: sphinxcontrib.katex 0.9.0 adds a local KaTeX server to speed up pre-rendering # but it doesn't seem to work and hangs around idly. The initial thought that it is probably # something related to Docker setup. We can investigate this later.