docs: update

This commit is contained in:
csunny
2023-05-25 17:23:52 +08:00
parent 8a8de2ecd8
commit d4bab66ca0
4 changed files with 38 additions and 140 deletions

View File

@@ -14,11 +14,7 @@ project = "DB-GPT"
copyright = "2023, csunny"
author = "csunny"
with open("../pyproject.toml") as f:
data = toml.load(f)
version = data["tool"]["poetry"]["version"]
release = version
version = "0.1.0"
html_title = project + " " + version
# -- General configuration ---------------------------------------------------