diff --git a/docs/conf.py b/docs/conf.py index 4f5eadbb553a..866566863e50 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -314,6 +314,7 @@ def force_gc(gallery_cong, fname): gc.collect() print("(Remaining garbage: {})".format(gc.garbage)) + sphinx_gallery_conf = { "backreferences_dir": "gen_modules/backreferences", "doc_module": ("tvm", "numpy"),