diff --git a/docs/conf.py b/docs/conf.py index 357df8cef12c..18c634c05d05 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -153,7 +153,9 @@ def split_code_and_text_blocks(source_file, return_node, real_func): IPYTHON_GITHUB_BASE = "apache/tvm-site/blob/asf-site/docs/_downloads/" # The SVG image of the "Open in Colab" button. -BUTTON = "https://raw.githubusercontent.com/apache/web-data/main/images/utilities/colab_button.svg" +BUTTON = ( + "https://raw.githubusercontent.com/tlc-pack/web-data/main/images/utilities/colab_button.svg" +) @monkey_patch("sphinx_gallery.gen_rst", "save_rst_example")