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 a5d04a5e89 [CI][Docs] Upgrade Sphinx (#17444)
a5d04a5e89 is described below

commit a5d04a5e89e55f5152e7716601c1f354d5d22b8f
Author: Masahiro Hiramori <[email protected]>
AuthorDate: Mon Oct 7 23:18:08 2024 +0900

    [CI][Docs] Upgrade Sphinx (#17444)
    
    * upgrade sphinx
    
    * try latest version of sphinx
    
    * install tlcpack-sphinx-addon
---
 docker/install/ubuntu_install_sphinx.sh | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docker/install/ubuntu_install_sphinx.sh 
b/docker/install/ubuntu_install_sphinx.sh
index 96023fa6e6..bbaf049766 100755
--- a/docker/install/ubuntu_install_sphinx.sh
+++ b/docker/install/ubuntu_install_sphinx.sh
@@ -20,14 +20,14 @@ set -e
 set -u
 set -o pipefail
 
-# NOTE: install docutils < 0.17 to work around 
https://github.com/readthedocs/sphinx_rtd_theme/issues/1115
 pip3 install \
     autodocsumm \
-    "commonmark>=0.7.3" \
-    "docutils>=0.11,<0.17" \
+    commonmark \
+    docutils \
     Image \
     matplotlib \
-    sphinx==4.2.0 \
+    sphinx \
     sphinx_autodoc_annotation \
-    
"git+https://github.com/sphinx-gallery/sphinx-gallery.git@6142f1791151849b5bec4bf3959f75697ba226cd";
 \
-    sphinx_rtd_theme
+    sphinx-gallery \
+    sphinx_rtd_theme \
+    
https://github.com/tlc-pack/tlcpack-sphinx-addon/archive/refs/tags/v0.2.3.zip

Reply via email to