This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new 63f099ad29 [CI][Docs] Update Sphinx dependencies (#18860)
63f099ad29 is described below
commit 63f099ad291f0b72b4aac172f4eca2317b0eb5d4
Author: Masahiro Hiramori <[email protected]>
AuthorDate: Sun Mar 1 22:11:54 2026 +0900
[CI][Docs] Update Sphinx dependencies (#18860)
Fix CI errors on docs generation. Part of #18827
Verifies that docs are generated correctly on local:
- `docker/build.sh ci_gpu && python tests/scripts/ci.py docs -d
tvm.ci_gpu` then
- `python tests/scripts/ci.py serve-docs`
---
docker/install/ubuntu_install_sphinx.sh | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/docker/install/ubuntu_install_sphinx.sh
b/docker/install/ubuntu_install_sphinx.sh
index 123b1d5e7f..f6f2d40931 100755
--- a/docker/install/ubuntu_install_sphinx.sh
+++ b/docker/install/ubuntu_install_sphinx.sh
@@ -21,13 +21,13 @@ set -u
set -o pipefail
uv pip install \
- autodocsumm==0.2.7 \
+ autodocsumm==0.2.14 \
commonmark==0.9.1 \
- docutils==0.16 \
+ docutils==0.21.2 \
image==1.5.33 \
- matplotlib==3.3.4 \
- sphinx==4.2.0 \
+ matplotlib==3.10.8 \
+ sphinx==8.1.3 \
sphinx_autodoc_annotation~=1.0 \
-
git+https://github.com/sphinx-gallery/sphinx-gallery.git@6142f1791151849b5bec4bf3959f75697ba226cd
\
- sphinx_rtd_theme==1.0.0 \
-
git+https://github.com/tlc-pack/tlcpack-sphinx-addon.git@768ec1dce349fe4708f6ad68be1ebb3f3dabafa1
+ sphinx-gallery==0.20.0 \
+ sphinx_rtd_theme==3.1.0 \
+
git+https://github.com/tlc-pack/tlcpack-sphinx-addon.git@99c6947b05b1ae26ff5003277fb7cff57ce78353