This is an automated email from the ASF dual-hosted git repository.
sanirudh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new ff47aeac20 [docs] Add v0.13.0 docs to site (#15508)
ff47aeac20 is described below
commit ff47aeac204c36bbbe33871e2284fb48e341c894
Author: Wuwei Lin <[email protected]>
AuthorDate: Wed Aug 9 08:00:41 2023 -0700
[docs] Add v0.13.0 docs to site (#15508)
Add v0.13.0 docs to site
---
docs/conf.py | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index f4ba3c003f..330ae919a6 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -649,7 +649,15 @@ html_context = {
"header_dropdown": header_dropdown,
"header_logo": header_logo,
"header_logo_link": header_logo_link,
- "version_prefixes": ["main", "v0.8.0/", "v0.9.0/", "v0.10.0/", "v0.11.0/",
"v0.12.0/"],
+ "version_prefixes": [
+ "main",
+ "v0.8.0/",
+ "v0.9.0/",
+ "v0.10.0/",
+ "v0.11.0/",
+ "v0.12.0/",
+ "v0.13.0/",
+ ],
"display_github": True,
"github_user": "apache",
"github_repo": "tvm",