From 55ec1220b02b53b11afd374b7f610241cf5a7a95 Mon Sep 17 00:00:00 2001 From: Jongsok Choi Date: Wed, 29 Oct 2025 21:40:10 -0700 Subject: [PATCH] Remove Section Navigation pane from Deployment and Autotuning page. --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 376dac04e..f09283635 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -171,6 +171,7 @@ def connect(self, event: str, callback: Callable[..., None]) -> None: "helion_puzzles": [], "examples/index": [], "installation": [], + "deployment_autotuning": [], } html_static_path = ["_static"]