diff --git a/docs/conf.py b/docs/conf.py index 2bda5d00..37fc8ef2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ ] html_theme = "rocm_docs_theme" -html_theme_options = {"flavor": "rocm-docs-home"} +html_theme_options = {"flavor": "rocm-blogs"} extensions = ["rocm_docs", "rocm_docs.doxygen"] external_toc_path = "./sphinx/_toc.yml"