This commit is contained in:
Xi Yan 2024-10-29 16:03:17 -07:00
parent 1243343ec4
commit a6cb9c19c1

View file

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