From 382745db9cda04ca7c20ab283de8e6ed3b42d8f0 Mon Sep 17 00:00:00 2001 From: Yuwen Hu <54161268+Oscilloscope98@users.noreply.github.com> Date: Wed, 8 Nov 2023 13:31:51 +0800 Subject: [PATCH] Change version badge to v2.4.0 (#9382) --- docs/readthedocs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readthedocs/source/conf.py b/docs/readthedocs/source/conf.py index c38c45e2fb3..c8a87324f29 100644 --- a/docs/readthedocs/source/conf.py +++ b/docs/readthedocs/source/conf.py @@ -65,7 +65,7 @@ html_logo = "../image/bigdl_logo.png" # hard code it for now, may change it to read from installed bigdl -release = "latest" +release = "v2.4.0" # The suffix of source filenames. from recommonmark.parser import CommonMarkParser