From 5d0eadce24c5e8cd2dca5d4d8eece93d2d990391 Mon Sep 17 00:00:00 2001 From: Wuwei Lin Date: Tue, 4 Jun 2024 14:33:45 -0700 Subject: [PATCH] Add docs of v0.15.0 and v0.16.0 --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 294051c0b04e..be1ba11aa091 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -657,6 +657,8 @@ def fixup_tutorials(original_url: str) -> str: "v0.12.0/", "v0.13.0/", "v0.14.0/", + "v0.15.0/", + "v0.16.0/", ], "display_github": True, "github_user": "apache",