From a6cb9c19c15ec661c068998ae787852f0375864d Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Tue, 29 Oct 2024 16:03:17 -0700 Subject: [PATCH] theme --- docs/source/conf.py | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 1e35d03dd..a5d1ca4b4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -20,16 +20,14 @@ author = "Meta" # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration extensions = ["myst_parser", "sphinx_rtd_theme"] -import pytorch_sphinx_theme + +html_theme = "sphinx_rtd_theme" # html_theme = "sphinx_pdj_theme" # html_theme_path = [sphinx_pdj_theme.get_html_theme_path()] -# html_theme = "sphinx_rtd_theme" -html_theme = "pytorch_sphinx_theme" -html_theme_path = [pytorch_sphinx_theme.get_html_theme_path()] - -# html_theme_path = ["../pytorch_sphinx_theme"] +# html_theme = "pytorch_sphinx_theme" +# html_theme_path = [pytorch_sphinx_theme.get_html_theme_path()] templates_path = ["_templates"] @@ -62,5 +60,3 @@ html_theme_options = { html_static_path = ["../_static"] html_logo = "../_static/llama-stack-logo.png" - -html_css_files = ["css/jit.css", "css/custom.css"]