Skip to content

Commit

Permalink
[HotFix][docs] Use correct Colab button URL (apache#13725)
Browse files Browse the repository at this point in the history
* [docs] Use correct Colab button URL

* Black format conf.py
  • Loading branch information
guberti authored and fzi-peccia committed Mar 27, 2023
1 parent bf7d667 commit f8d2311
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit f8d2311

Please sign in to comment.