From 70a6bea496eeae23ce6d1dec231c3786a6778b05 Mon Sep 17 00:00:00 2001 From: Yuwen Hu <54161268+Oscilloscope98@users.noreply.github.com> Date: Thu, 19 Jan 2023 11:29:50 +0800 Subject: [PATCH] Change version badge in doc home page (#7323) --- 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 9e69718d887..b5b7c260764 100644 --- a/docs/readthedocs/source/conf.py +++ b/docs/readthedocs/source/conf.py @@ -62,7 +62,7 @@ html_logo = "../image/bigdl_logo.png" # hard code it for now, may change it to read from installed bigdl -release = "latest" +release = "v2.2.0" # The suffix of source filenames. from recommonmark.parser import CommonMarkParser