You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by dr...@apache.org on 2022/06/24 22:38:50 UTC

[tvm] branch main updated: [docs] Update tlcpack-sphinx-addon (#11891)

This is an automated email from the ASF dual-hosted git repository.

driazati 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 2d9de96a5c [docs] Update tlcpack-sphinx-addon (#11891)
2d9de96a5c is described below

commit 2d9de96a5c96c78f4cd82bc61ed31f0e898e1681
Author: driazati <94...@users.noreply.github.com>
AuthorDate: Fri Jun 24 15:38:45 2022 -0700

    [docs] Update tlcpack-sphinx-addon (#11891)
    
    This integrates the fixes from tlc-pack/tlcpack-sphinx-addon#7
---
 docker/install/ubuntu_install_python_package.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/install/ubuntu_install_python_package.sh b/docker/install/ubuntu_install_python_package.sh
index 74dad236c1..9b59cb1c76 100755
--- a/docker/install/ubuntu_install_python_package.sh
+++ b/docker/install/ubuntu_install_python_package.sh
@@ -33,7 +33,7 @@ pip3 install --upgrade \
     Pillow==9.1.0 \
     psutil \
     pytest \
-    git+https://github.com/tlc-pack/tlcpack-sphinx-addon.git@14906063f938b7569e40f3d47a0ca39c181fb6ea \
+    git+https://github.com/tlc-pack/tlcpack-sphinx-addon.git@7f69989f1c6a6713d0bd7c27f8da2b48344117d3 \
     pytest-profiling \
     pytest-xdist \
     requests \