mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-01 17:16:51 +00:00
fix: docs
This commit is contained in:
@@ -7,11 +7,14 @@
|
||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
|
||||
|
||||
import toml
|
||||
import os
|
||||
import sys
|
||||
|
||||
project = "DB-GPT"
|
||||
copyright = "2023, csunny"
|
||||
author = "csunny"
|
||||
|
||||
sys.path.insert(0, os.path.abspath("../"))
|
||||
|
||||
with open("../pilot/VERSION") as f:
|
||||
version = f.read()
|
||||
|
Reference in New Issue
Block a user