mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 07:39:38 +00:00
theme
This commit is contained in:
parent
1243343ec4
commit
a6cb9c19c1
1 changed files with 4 additions and 8 deletions
|
@ -20,16 +20,14 @@ author = "Meta"
|
||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||||
|
|
||||||
extensions = ["myst_parser", "sphinx_rtd_theme"]
|
extensions = ["myst_parser", "sphinx_rtd_theme"]
|
||||||
import pytorch_sphinx_theme
|
|
||||||
|
html_theme = "sphinx_rtd_theme"
|
||||||
|
|
||||||
# html_theme = "sphinx_pdj_theme"
|
# html_theme = "sphinx_pdj_theme"
|
||||||
# html_theme_path = [sphinx_pdj_theme.get_html_theme_path()]
|
# html_theme_path = [sphinx_pdj_theme.get_html_theme_path()]
|
||||||
|
|
||||||
# html_theme = "sphinx_rtd_theme"
|
# html_theme = "pytorch_sphinx_theme"
|
||||||
html_theme = "pytorch_sphinx_theme"
|
# html_theme_path = [pytorch_sphinx_theme.get_html_theme_path()]
|
||||||
html_theme_path = [pytorch_sphinx_theme.get_html_theme_path()]
|
|
||||||
|
|
||||||
# html_theme_path = ["../pytorch_sphinx_theme"]
|
|
||||||
|
|
||||||
|
|
||||||
templates_path = ["_templates"]
|
templates_path = ["_templates"]
|
||||||
|
@ -62,5 +60,3 @@ html_theme_options = {
|
||||||
|
|
||||||
html_static_path = ["../_static"]
|
html_static_path = ["../_static"]
|
||||||
html_logo = "../_static/llama-stack-logo.png"
|
html_logo = "../_static/llama-stack-logo.png"
|
||||||
|
|
||||||
html_css_files = ["css/jit.css", "css/custom.css"]
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue