From cb020890060209eb08d2b0253076d05e92c56bc7 Mon Sep 17 00:00:00 2001 From: Lauren Wrubleski Date: Thu, 15 Feb 2024 15:30:02 -0700 Subject: [PATCH] move table of contents back from build directory --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 552015f8..269626b4 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,7 +34,7 @@ "rocm_docs" ] -external_toc_path = "../build/docs/_toc.yml" +external_toc_path = "./_toc.yml" external_toc_template_path = "./_toc.yml.in" # Add any paths that contain templates here, relative to this directory.