Skip to content

Commit bc92a3f

Browse files
authored
Add v0.11.0 docs link to site (#14181)
Update the version menu in TVM documentation to add a specific v0.11.0 release docs link.
1 parent a42e98b commit bc92a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ def fixup_tutorials(original_url: str) -> str:
649649
"header_dropdown": header_dropdown,
650650
"header_logo": header_logo,
651651
"header_logo_link": header_logo_link,
652-
"version_prefixes": ["main", "v0.8.0/", "v0.9.0/", "v0.10.0/"],
652+
"version_prefixes": ["main", "v0.8.0/", "v0.9.0/", "v0.10.0/", "v0.11.0/"],
653653
"display_github": True,
654654
"github_user": "apache",
655655
"github_repo": "tvm",

0 commit comments

Comments
 (0)