Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,9 +507,7 @@ def force_gc(gallery_conf, fname):
header_links = [
("Community", "https://tvm.apache.org/community"),
("Download", "https://tvm.apache.org/download"),
("Blog", "https://tvm.apache.org/blog"),
("Docs", "https://tvm.apache.org/docs"),
("Conference", "https://tvmconf.org"),
("Github", "https://github.com/apache/tvm/"),
]

Expand Down
4 changes: 4 additions & 0 deletions docs/download_3rdparty_embeds.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,5 +310,9 @@ def download_and_replace_urls(files: Optional[List[str]] = None, verbose: bool =
if __name__ == "__main__":
args = argparse.ArgumentParser()
args.add_argument("-v", "--verbose", action="store_true")
args.add_argument("-p", "--path", type=str, default=None)
args = args.parse_args()

if args.path is not None:
HTML_DIR = args.path
download_and_replace_urls(verbose=args.verbose)
3 changes: 3 additions & 0 deletions ffi/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@
html_copy_source = True
html_last_updated_fmt = ""

html_favicon = "https://tvm.apache.org/images/logo/tvm-logo-square.png"


footer_dropdown = {
"name": "ASF",
"items": [
Expand Down
1 change: 1 addition & 0 deletions ffi/docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
autodocsumm
linkify-it-py
matplotlib
myst-parser
nbconvert
Expand Down
Loading