From 1f6a7433381f0b08032e099934211eba3f4471e2 Mon Sep 17 00:00:00 2001 From: Matt Elliott Date: Mon, 31 Aug 2026 22:38:03 -0400 Subject: [PATCH] Switch theme flavor to instinct-design Aligns with the redesign rolled out in instinct-docs (MAT-49): https://github.com/ROCm/instinct-docs/pull/133 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 0cdacc9..c2a12e7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -42,7 +42,7 @@ # Required settings html_theme = "rocm_docs_theme" html_theme_options = { - "flavor": "instinct", + "flavor": "instinct-design", "link_main_doc": True, "use_download_button": True, # Add any additional theme options here