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"]