mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-19 00:37:34 +00:00
fix: docs
This commit is contained in:
parent
bd0603ff99
commit
1d35ada19d
@ -7,11 +7,14 @@
|
|||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
|
||||||
|
|
||||||
import toml
|
import toml
|
||||||
|
import os
|
||||||
|
import sys
|
||||||
|
|
||||||
project = "DB-GPT"
|
project = "DB-GPT"
|
||||||
copyright = "2023, csunny"
|
copyright = "2023, csunny"
|
||||||
author = "csunny"
|
author = "csunny"
|
||||||
|
|
||||||
|
sys.path.insert(0, os.path.abspath("../"))
|
||||||
|
|
||||||
with open("../pilot/VERSION") as f:
|
with open("../pilot/VERSION") as f:
|
||||||
version = f.read()
|
version = f.read()
|
||||||
|
@ -13,6 +13,9 @@ ignore_missing_imports = "True"
|
|||||||
disallow_untyped_defs = "True"
|
disallow_untyped_defs = "True"
|
||||||
exclude = ["notebooks", "build", "examples"]
|
exclude = ["notebooks", "build", "examples"]
|
||||||
|
|
||||||
|
[tool.setuptools]
|
||||||
|
py-modules = []
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
exclude = [
|
exclude = [
|
||||||
".venv",
|
".venv",
|
||||||
|
Loading…
Reference in New Issue
Block a user