mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-30 23:28:35 +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
|
||||
|
||||
import toml
|
||||
import os
|
||||
import sys
|
||||
|
||||
project = "DB-GPT"
|
||||
copyright = "2023, csunny"
|
||||
|
@ -117,3 +117,14 @@ types-chardet = "^5.0.4.6"
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
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