From 7e2cfa6c3c6d979d5aa72b282d343bcb191e6055 Mon Sep 17 00:00:00 2001 From: Christopher Sidebottom Date: Thu, 14 Oct 2021 18:03:49 +0100 Subject: [PATCH] Reset sphinx-gallery version to 0.4.0 (#9280) Seeing: ``` ERROR: Could not find a version that satisfies the requirement sphinx-gallery==0.4.1 (from versions: 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.10, 0.0.11.post1, 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.1.10, 0.1.11, 0.1.12, 0.1.13, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 0.5.0, 0.6.0, 0.6.1, 0.6.2, 0.7.0, 0.8.0, 0.8.1, 0.8.2, 0.9.0, 0.10.0) ERROR: No matching distribution found for sphinx-gallery==0.4.1 ``` This was changed in https://github.com/apache/tvm/pull/9115 --- docker/install/ubuntu_install_sphinx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/install/ubuntu_install_sphinx.sh b/docker/install/ubuntu_install_sphinx.sh index 66720d411832..12208bbe6643 100755 --- a/docker/install/ubuntu_install_sphinx.sh +++ b/docker/install/ubuntu_install_sphinx.sh @@ -29,5 +29,5 @@ pip3 install \ matplotlib \ sphinx \ sphinx_autodoc_annotation \ - sphinx-gallery==0.4.1 \ + sphinx-gallery==0.4.0 \ sphinx_rtd_theme