Skip to content

Commit d6cd7e3

Browse files
committed
[Doc] Fix a bug on tlcpack_sphinx_addon.
1 parent 2f780ba commit d6cd7e3

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

docs/conf.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# General information about the project.
1414
project = "tilelang"
15-
author = " Contributors"
15+
author = "Tile Lang Contributors"
1616
copyright = "2025-2025, %s" % author
1717

1818
# Version information.
@@ -68,21 +68,13 @@
6868
header_links = [
6969
("Home", "https://github.com/tile-ai/tilelang"),
7070
("Github", "https://github.com/tile-ai/tilelang"),
71-
("Discord Server", "https://discord.gg"),
7271
]
7372

74-
header_dropdown = {
75-
"name": "Other Resources",
76-
"items": [
77-
78-
],
79-
}
8073

8174
html_context = {
8275
"footer_copyright": footer_copyright,
8376
"footer_note": footer_note,
8477
"header_links": header_links,
85-
"header_dropdown": header_dropdown,
8678
"display_github": True,
8779
"github_user": "tile-ai",
8880
"github_repo": "tilelang",

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ sphinx-tabs == 3.4.1
77
sphinx-toolbox == 3.4.0
88
sphinxcontrib-napoleon==0.7
99
sphinxcontrib_httpdomain==1.8.1
10-
tlcpack-sphinx-addon==0.2.2
10+
git+https://github.com/xwhzz/tlcpack-sphinx-addon.git
1111
uvicorn

0 commit comments

Comments
 (0)