mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-01 16:18:27 +00:00
fix: docs update
This commit is contained in:
commit
8a8de2ecd8
@ -7,6 +7,8 @@
|
|||||||
# 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"
|
||||||
|
@ -117,3 +117,14 @@ types-chardet = "^5.0.4.6"
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
|
[tool.ruff]
|
||||||
|
exclude = [
|
||||||
|
".venv",
|
||||||
|
"__pycache__",
|
||||||
|
".ipynb_checkpoints",
|
||||||
|
".mypy_cache",
|
||||||
|
".ruff_cache",
|
||||||
|
"examples",
|
||||||
|
"notebooks",
|
||||||
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user