From 0e3a259ba08aa9bdf88d001e2e562bcd38d2ddcd Mon Sep 17 00:00:00 2001 From: aries-ckt <916701291@qq.com> Date: Wed, 14 Jun 2023 17:53:25 +0800 Subject: [PATCH] fix:format --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index b06dd344b..e00f95f06 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ project = "DB-GPT" copyright = "2023, csunny" author = "csunny" -version = "👏👏 0.2.2" +version = "👏👏 0.2.2" html_title = project + " " + version # -- General configuration ---------------------------------------------------