docs: fix

This commit is contained in:
csunny
2023-05-25 15:17:24 +08:00
parent 17e001c308
commit cebd2cc048
2 changed files with 2 additions and 55 deletions

View File

@@ -12,12 +12,8 @@ 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
html_title = project + " " + version
release = "0.0.6"
html_title = project + " " + release
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration