From 7f6a39c3127a790752ae8b964f31ccb613eeb693 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Tue, 29 Oct 2024 15:45:32 -0700 Subject: [PATCH] theme --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 0223a75c7..3b4b00f1c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,6 +23,7 @@ extensions = ["myst_parser", "sphinx_rtd_theme"] html_theme = "sphinx_rtd_theme" html_theme = "pytorch_sphinx_theme" +html_theme_path = ["../pytorch_sphinx_theme"] templates_path = ["_templates"]