File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1212
1313# General information about the project.
1414project = "tilelang"
15- author = " Contributors"
15+ author = "Tile Lang Contributors"
1616copyright = "2025-2025, %s" % author
1717
1818# Version information.
6868header_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
8174html_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" ,
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ sphinx-tabs == 3.4.1
77sphinx-toolbox == 3.4.0
88sphinxcontrib-napoleon == 0.7
99sphinxcontrib_httpdomain == 1.8.1
10- tlcpack-sphinx-addon == 0.2.2
10+ git+https://github.com/xwhzz/ tlcpack-sphinx-addon.git
1111uvicorn
You can’t perform that action at this time.
0 commit comments