You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2021/06/06 19:50:48 UTC

[tvm] branch main updated: [CI][DOCS] Fix the sphinx doc style for sphinx4 (#8198)

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

masahi 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 f4b5e76  [CI][DOCS] Fix the sphinx doc style for sphinx4 (#8198)
f4b5e76 is described below

commit f4b5e76b1b3bbe3479224e182a13c95656e1eb52
Author: Tianqi Chen <tq...@users.noreply.github.com>
AuthorDate: Sun Jun 6 15:50:29 2021 -0400

    [CI][DOCS] Fix the sphinx doc style for sphinx4 (#8198)
---
 tests/scripts/task_ci_setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/scripts/task_ci_setup.sh b/tests/scripts/task_ci_setup.sh
index bbfd899..e471fa9 100755
--- a/tests/scripts/task_ci_setup.sh
+++ b/tests/scripts/task_ci_setup.sh
@@ -30,7 +30,7 @@ set -o pipefail
 #
 echo "Addtiional setup in" ${CI_IMAGE_NAME}
 
-python3 -m pip install --user tlcpack-sphinx-addon==0.1.6 synr==0.3.0
+python3 -m pip install --user tlcpack-sphinx-addon==0.2.0 synr==0.3.0
 
 # Rebuild standalone_crt in build/ tree. This file is not currently archived by pack_lib() in
 # Jenkinsfile. We expect config.cmake to be present from pack_lib().