From 22dd8d895a42fe2a07c87e6754ba12bb30741566 Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Tue, 5 Mar 2024 14:18:34 -0500 Subject: [PATCH] Minor update docs instructions (#16609) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 553aaf8a9255..294051c0b04e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -253,7 +253,7 @@ def install_request_hook(gallery_conf, fname): # you must request a Google Colab instance with a GPU by going to Runtime -> # Change runtime type -> Hardware accelerator -> GPU. If you wish to build from # source, see https://tvm.apache.org/docs/install/from_source.html -pip install apache-tvm-cu113=={version} -f https://tlcpack.ai/wheels""" +pip install apache-tvm-cu113=={version} --no-index -f https://tlcpack.ai/wheels""" @monkey_patch("sphinx_gallery.gen_rst", "jupyter_notebook")