From 140062705ea6fad1e1f34eedc4a9b2a62fda6751 Mon Sep 17 00:00:00 2001 From: Wuwei Lin Date: Tue, 4 Jun 2024 21:04:07 -0700 Subject: [PATCH] Add docs of v0.15.0 and v0.16.0 (#17064) --- 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",