5252 tvm_path = Path (os .pardir )
5353
5454sys .path .insert (0 , str (tvm_path .resolve () / "python" ))
55- sys .path .insert (0 , str (tvm_path .resolve () / "vta" / "python" ))
55+ # sys.path.insert(0, str(tvm_path.resolve() / "vta" / "python"))
5656sys .path .insert (0 , str (tvm_path .resolve () / "docs" ))
5757
5858# -- General configuration ------------------------------------------------
@@ -220,7 +220,7 @@ def git_describe_version(original_version):
220220 tvm_path .joinpath ("gallery" , "how_to" , "tune_with_autoscheduler" ),
221221 tvm_path .joinpath ("gallery" , "how_to" , "work_with_microtvm" ),
222222 tvm_path .joinpath ("gallery" , "how_to" , "extend_tvm" ),
223- tvm_path .joinpath ("vta" , "tutorials" ),
223+ # tvm_path.joinpath("vta", "tutorials"),
224224]
225225
226226gallery_dirs = [
@@ -234,16 +234,17 @@ def git_describe_version(original_version):
234234 "how_to/tune_with_autoscheduler" ,
235235 "how_to/work_with_microtvm" ,
236236 "how_to/extend_tvm" ,
237- "topic/vta/tutorials" ,
237+ # "topic/vta/tutorials",
238238]
239239
240240subsection_order = ExplicitOrder (
241- str (p )
242- for p in [
243- tvm_path / "vta" / "tutorials" / "frontend" ,
244- tvm_path / "vta" / "tutorials" / "optimize" ,
245- tvm_path / "vta" / "tutorials" / "autotvm" ,
246- ]
241+ # str(p)
242+ # for p in [
243+ # tvm_path / "vta" / "tutorials" / "frontend",
244+ # tvm_path / "vta" / "tutorials" / "optimize",
245+ # tvm_path / "vta" / "tutorials" / "autotvm",
246+ # ]
247+ []
247248)
248249
249250# Explicitly define the order within a subsection.
@@ -399,7 +400,7 @@ def force_gc(gallery_conf, fname):
399400header_links = [
400401 ("Community" , "https://tvm.apache.org/community" ),
401402 ("Download" , "https://tvm.apache.org/download" ),
402- ("VTA" , "https://tvm.apache.org/vta" ),
403+ # ("VTA", "https://tvm.apache.org/vta"),
403404 ("Blog" , "https://tvm.apache.org/blog" ),
404405 ("Docs" , "https://tvm.apache.org/docs" ),
405406 ("Conference" , "https://tvmconf.org" ),
0 commit comments