Skip to content

Commit

Permalink
修改: pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxinwei committed Dec 19, 2024
1 parent ba45c68 commit e4df822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@

html_theme_options = {
"path_to_docs": "doc",
"github_url": "https://github.com/xinetzone/tvm-book",
"repository_url": "https://github.com/xinetzone/tvm-book",
"repository_branch": "main",
"launch_buttons": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
{name = "xinetzone", email = "[email protected]"},
]
dependencies = [
"d2py",
"taolib",
"tables", # 处理数据
# "tvmx @ file:///${PROJECT_ROOT}/..",
# "tvmx @ file:///media/pc/data/lxw/ai/tvm/xinetzone",
Expand Down

0 comments on commit e4df822

Please sign in to comment.